|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序- f$ W) j: O: |' W7 t9 s4 W
其中有一段如下
& H7 i- ~8 r7 [ask turtles with [ infected? = true ] & ^" O( ~9 I+ i( D- v
我原本以为这句会回传『所有』infected? = true 的 turtle. B$ H( }' v6 P& N8 f
但看结果似乎不是这样。$ p( C- O2 m8 `4 m$ w B; g2 ~! d, _
}, F. ?# N) S0 q2 ^8 d; C假设所有符合条件的有 5 笔: E- ^# ]/ \0 L
有时候回传 1 笔,有时回传 3 笔,是不固定的9 ^) v q1 x9 Y4 ?/ p+ c0 J
回头查语法定义( E$ d: T1 V3 i
with & I' G8 ^, A2 H! W# i3 R5 ~6 P
agentset with [reporter]' w7 ~3 T$ D% T! t
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.: e" U' E) ~1 \4 D
它只说回传 agents satisfying the given condition
+ A: |# N& L6 f9 m$ G' H是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? % F% _( j1 F& }- ^8 f7 A$ j
' X4 P! I0 @, A9 X/ V! A想确定一下
' u2 n3 a7 @ o& T8 Z谢谢!
) h+ A. e b2 Z# Q4 D |
|