|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
* N* l4 Y, w' {: Z其中有一段如下
3 V; J0 `( B7 n4 oask turtles with [ infected? = true ]
1 R4 i) U* K* w% W# z我原本以为这句会回传『所有』infected? = true 的 turtle9 V1 H& j( p& \/ n
但看结果似乎不是这样。
9 N& f) F1 k7 {" U! w
$ T- m2 R$ C2 [& f假设所有符合条件的有 5 笔
$ A7 V% x" K) E3 G" F. Z有时候回传 1 笔,有时回传 3 笔,是不固定的
4 j' j) G0 [# Q( h# s+ V回头查语法定义
5 r5 n' B f. u, L* P/ c. xwith ) [5 w. @7 X$ r! F
agentset with [reporter]
7 E1 \& h @: ?) h9 h$ ~+ DTakes 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 c5 p1 {4 c3 X0 ~) @它只说回传 agents satisfying the given condition: V8 G) S9 r$ K0 K# @, b, V
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
; w& F" Y) o3 X2 H" {9 u" _" Z2 b' O+ t, `7 l3 Y4 S' i6 [- g* [
想确定一下9 S4 c1 D# z Q2 {( t
谢谢!
a: x1 t, H. e0 L |
|