|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序. Z# E* X2 g, J& j0 O. v9 F0 y
其中有一段如下7 r- J( d& b& q% m9 I0 A5 |8 |; V1 ^- H
ask turtles with [ infected? = true ] % }/ J# ?$ ?( _
我原本以为这句会回传『所有』infected? = true 的 turtle& u! c. ~- U6 K1 x! _
但看结果似乎不是这样。
k# Y1 \* ?4 J7 p( U- L4 B+ N, E$ \6 V; F" o0 ~3 ?* M1 u6 N
假设所有符合条件的有 5 笔4 u3 K3 M. L4 g4 l0 l
有时候回传 1 笔,有时回传 3 笔,是不固定的' Q8 D% \ @& F' ~3 Q& I
回头查语法定义, _3 O, t/ Z1 c5 |! P
with 9 W2 f9 `2 F( q# j( S: T7 P
agentset with [reporter]$ l( l/ O* H: |: p5 c. ^
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.1 A+ p. a, m# I% z& @
它只说回传 agents satisfying the given condition
; ]1 _3 e3 g4 x! }是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 9 V+ S3 s0 i2 w
! s+ L$ P0 q: ?; t想确定一下; G, p) B! M8 C; ~5 k
谢谢!
8 I) R5 C2 u9 D q6 I6 c1 _ |
|