|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
+ l1 e/ y, e3 Q& O其中有一段如下
) N5 m+ c% w5 Kask turtles with [ infected? = true ] . S6 R5 a# l' X+ Y& E, z1 J+ D
我原本以为这句会回传『所有』infected? = true 的 turtle
+ E/ f, x0 n4 F- ~5 D0 k但看结果似乎不是这样。
( [; ~# Q5 p Y6 @ q5 ^8 M$ X/ F7 `: I: h: r- ^; N# w
假设所有符合条件的有 5 笔
1 k. j$ s' g/ L有时候回传 1 笔,有时回传 3 笔,是不固定的
4 d* N$ f K# F1 Z; P" T) N( V回头查语法定义; g; }1 T* }* {9 V
with 1 A# d% H: {3 x2 E* f( p( s
agentset with [reporter]8 E% V; ~: I$ t4 S
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.
* m' d. F7 A# ]9 t% R7 t它只说回传 agents satisfying the given condition# _0 ?$ W4 `- Q9 B2 ^. s8 Z. }
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
3 G0 _4 ?+ p$ C9 C2 x" \+ h9 x
# h) r2 O7 `& Y' M想确定一下
/ B0 e) D1 k6 v谢谢!8 ~$ r/ d2 c. b a( T! r* K1 X
|
|