|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
: Z1 C' W4 q( y1 D5 a其中有一段如下
+ D6 v# ]' O5 V, y, K# nask turtles with [ infected? = true ] ) ?4 k. i( b2 |; Y8 G" L; f% n
我原本以为这句会回传『所有』infected? = true 的 turtle/ I, f% V" E" Q4 P
但看结果似乎不是这样。
7 Z+ P. N1 c; ^+ z, f0 I% P6 ^" Y& d6 {( M& F. x0 B% }
假设所有符合条件的有 5 笔9 K {0 p5 \. z# H9 W7 e
有时候回传 1 笔,有时回传 3 笔,是不固定的- G* ?1 l; q( A
回头查语法定义
# b5 |0 `1 X. g, L/ u' v* Ywith
, l: J1 C: S5 Zagentset with [reporter]
' H0 V* x' o6 YTakes 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.
" G0 [9 D6 Y/ U3 B* U它只说回传 agents satisfying the given condition
& B1 R# Q! r( B( s+ d5 _是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
7 u3 \) i4 G: l7 f# N$ G) e" V" j& F. i( @+ x, x+ a7 g
想确定一下' x. X0 ^) ~% \/ _& T7 ]. b
谢谢!
& ]0 y! Y' b; c* |- M f |
|