|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
9 {% V, s2 Y; {+ d2 P9 ?. ]3 j其中有一段如下
0 k8 h! Q1 L2 |3 L$ oask turtles with [ infected? = true ] 3 S- P5 P) ]( l- w
我原本以为这句会回传『所有』infected? = true 的 turtle9 U) k& U# `' O: G# A
但看结果似乎不是这样。
+ x M( J/ V2 p. n' y% v; v1 ~; L: @4 R* t2 Q1 w8 [. a
假设所有符合条件的有 5 笔# t" i6 `' A( N
有时候回传 1 笔,有时回传 3 笔,是不固定的# |! H5 v3 ?5 a; s) S' P$ W
回头查语法定义
1 I, @2 Z: D6 I9 T- F- Owith ; x5 D5 A6 E4 w3 L3 P' }
agentset with [reporter]) \/ x0 p: C" j6 c E
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.
* J0 n6 b1 ^" w0 _& Y! e2 ]9 J4 o它只说回传 agents satisfying the given condition5 _; G$ x) F5 v0 A
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
) C3 V2 D% m2 v1 L
$ U$ {5 ~$ p3 a想确定一下9 f* T! l8 |. A7 q9 y! p$ c
谢谢!
* J" f6 b5 N* C& O! y7 w+ \ |
|