|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序( J% I0 w G. S: L. O6 U& u
其中有一段如下
0 |( a: J% M4 V# gask turtles with [ infected? = true ] + L; E( ]& O) e0 l
我原本以为这句会回传『所有』infected? = true 的 turtle, m) R* Q4 v5 {; O) ^$ t/ |( @: B
但看结果似乎不是这样。1 m+ q, V6 ?/ z* K! V
8 Y$ _. W1 e; p5 c
假设所有符合条件的有 5 笔
: r; m7 n% C6 p! K2 R有时候回传 1 笔,有时回传 3 笔,是不固定的8 [9 i+ M/ [; ^! K
回头查语法定义
: [! D+ O8 c2 k& P: x( Y) |with
) f8 I. m& V7 r" u7 `" i8 L. Ragentset with [reporter]4 M4 f" I; s, U! z9 `. f+ F; {/ r2 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.* [! U5 z; ]) ~+ P# g! r
它只说回传 agents satisfying the given condition
/ E l" v) b+ k$ c是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
4 r. y9 U& i- x. l8 m5 l5 p6 y5 M; p
想确定一下/ b) i& ] ?& z3 L
谢谢!( ^+ s9 W, ^* J N$ W5 X
|
|