|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
- l s" X6 I0 J. Y' }3 A* Z; {其中有一段如下
' j' C( ^2 v/ n- z% ?) O5 rask turtles with [ infected? = true ] ' k/ I0 P5 @9 a. ^) d6 D8 L
我原本以为这句会回传『所有』infected? = true 的 turtle2 L+ @" ]2 j# ?* {- |* a+ s
但看结果似乎不是这样。
* a- e; B5 J$ G' K/ U4 x0 v2 y: O2 L0 t9 V3 t7 I* _
假设所有符合条件的有 5 笔' y; n4 d8 \; C. V, {: y+ A3 q
有时候回传 1 笔,有时回传 3 笔,是不固定的
3 P# P4 ~8 Z0 I回头查语法定义6 R6 C" x; G o U, e3 n# j
with
6 z* u# b1 o3 k9 a/ t1 W4 Y; x) \2 `agentset with [reporter]
! F" p) f0 V! D2 PTakes 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.
4 W0 Q4 ?/ s& B0 Q6 u( c s8 b它只说回传 agents satisfying the given condition
2 n A$ }( M/ O/ H I, y& }8 A是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
c$ O) n; L8 R# Y% U: y9 `, m
5 X- Q8 Y5 N8 r* U1 |3 _" l* e想确定一下
" v; ^; d) G/ y6 L3 A谢谢!
6 }0 ~* d- e+ Q6 j7 a |
|