|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序/ V% O& b5 ?0 \3 `
其中有一段如下
4 s! ^* u. @* z4 w V2 Sask turtles with [ infected? = true ] . m" p/ N+ z! }, W2 c# P
我原本以为这句会回传『所有』infected? = true 的 turtle; k- N8 S8 g4 [. { [# Z: y0 ?4 x0 t
但看结果似乎不是这样。( L; \/ n/ h' Z* l5 U
/ {& h. G( Z1 m' I) @
假设所有符合条件的有 5 笔
! t b( d( L0 J4 H5 T8 S7 F1 B有时候回传 1 笔,有时回传 3 笔,是不固定的
8 X( l' |( `1 L# ~) Z回头查语法定义: b- a1 c/ N8 f k# h% N/ P
with ! M; O7 o. H. r2 U2 E) N
agentset with [reporter]
' F* X+ {+ R7 ^1 m1 t" mTakes 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.
8 `/ V: X3 O3 V$ ?/ {它只说回传 agents satisfying the given condition
4 ]5 e/ O0 @! ?. r- W是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
" T. s5 r( r: @: {9 Q3 |) W+ b0 ~* D/ _+ W$ h+ d5 R8 ]1 Y) V
想确定一下
; c1 l1 E% H) M t4 c5 o谢谢!5 n' X& z% F7 @, g
|
|