|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
' p( T3 z3 |4 L) c* K其中有一段如下
4 m3 F& d; ~6 ? uask turtles with [ infected? = true ] 8 e" b8 n7 W$ ^/ w5 c# ]& F8 a
我原本以为这句会回传『所有』infected? = true 的 turtle: i' G+ F, C& c+ z2 K( F
但看结果似乎不是这样。
7 H$ t/ ~, V& E
7 m2 a0 @- R' P假设所有符合条件的有 5 笔
: t. \. u) t. L- o6 u _5 b$ ]有时候回传 1 笔,有时回传 3 笔,是不固定的
: V z8 R& A3 y/ d" u回头查语法定义
) Y$ B: M9 y( i; X. `3 S" vwith 2 P9 [1 C! } V( S- ?" O- R
agentset with [reporter]2 b9 @6 L0 v1 L4 m
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.! K0 w* c$ h* i% i% Z
它只说回传 agents satisfying the given condition
/ M( y) j# k' f) z是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
. d, n1 a+ O0 J" q: }8 h I/ _9 W7 |* g, U r2 o
想确定一下
/ n! [0 ^% K @' G& r$ c谢谢!
+ L5 p3 H% d; P |
|