|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序* b' }: U* r1 d1 V/ b3 Y4 X9 S
其中有一段如下
- B% y6 N- a& L! G# @ask turtles with [ infected? = true ]
7 H g! f, }6 d+ `, c/ ]7 Z* ? M我原本以为这句会回传『所有』infected? = true 的 turtle
, B/ n& Q: H' y: `6 L) |但看结果似乎不是这样。
) n' p! F1 I& w1 {+ _
8 N+ t) S# @2 J+ D7 B假设所有符合条件的有 5 笔
* J2 B( L5 S. s3 J有时候回传 1 笔,有时回传 3 笔,是不固定的
" e: ~8 w( p/ E; }3 X$ ~9 W# ]回头查语法定义
% C0 t3 M7 Q# @# n) wwith ' f* }# ~, c$ l" T* I0 `0 R
agentset with [reporter]: G$ k6 ~. C1 r# x' ~
Takes two inputs: on the left, an agentset (usually "turtles" or "patches"). On the right, a boolean reporter. Reports a new agentset containing only those agents that reported true -- in other words, the agents satisfying the given condition.. f3 W* {. |& a3 \1 n
它只说回传 agents satisfying the given condition' N1 c/ g* j7 ^. r- v
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
3 C4 u" _' g9 A; V1 ]: o& ?' q' f- j- |7 z: O: P' B
想确定一下
1 C, Z+ w/ _/ o6 ~5 ?7 }8 `& h谢谢!9 ~+ y, L( a- ^4 }" u4 U
|
|