|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
, v5 R2 H L+ R- @; b2 }- O4 I* q其中有一段如下
+ P' ?" f; Q! E6 z: Aask turtles with [ infected? = true ]
( i: q! p/ _/ v& a X* l我原本以为这句会回传『所有』infected? = true 的 turtle, X5 y Y& k' H o3 j# A
但看结果似乎不是这样。
( j g) h6 I+ I! p) X- m- M+ s0 c M& b$ ^, s
假设所有符合条件的有 5 笔2 {. R+ N* u. [8 _" w+ z6 M
有时候回传 1 笔,有时回传 3 笔,是不固定的2 E# U3 q0 l# g: C7 O6 P. S
回头查语法定义
- n# P1 C* n4 r0 `8 Zwith : f/ Z7 N) d& C$ e3 @8 G+ L, }
agentset with [reporter]8 Q; O5 _0 b& F
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.
. U/ {% U1 A3 \6 M它只说回传 agents satisfying the given condition
& ` X* Y. @6 r: |& v+ i& j3 K6 n是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
: D* {. p) [3 _. p, u3 k# I1 I2 s
想确定一下4 L$ s5 W# C/ ?* {
谢谢!
7 {# y+ [! ?6 w' [* i+ g* L5 q |
|