|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
6 }( o/ a6 @- K( R+ q1 o3 S其中有一段如下
* a: O; e) ~5 o. Xask turtles with [ infected? = true ] 0 V6 W% M4 t1 w
我原本以为这句会回传『所有』infected? = true 的 turtle8 y' H/ W9 U1 A
但看结果似乎不是这样。7 P) K# A9 j* ?+ f
# j9 F! w+ x" h假设所有符合条件的有 5 笔
' `8 B" ?, V) q% o0 V# a0 k有时候回传 1 笔,有时回传 3 笔,是不固定的% I3 Z3 \( ^3 g
回头查语法定义" r& S) @6 N5 Y
with ! Q) C {! X$ j* @* c: i0 H
agentset with [reporter]) a! a4 ]% f. u2 [$ D3 Q6 V, a
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.6 W6 B5 J; y+ d/ G
它只说回传 agents satisfying the given condition- H9 h4 `- p) h& n
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
- {! e7 M# e2 k4 M& D% t" y; N% R: W
想确定一下
+ T# m& E* f0 P. c+ V2 V" A谢谢!4 L5 R7 e8 O3 ^4 X4 M
|
|