|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
) o4 h0 d3 ?" h* K其中有一段如下
+ |) N, Z, U0 b2 [& O. G A ?: [0 [1 o; ?ask turtles with [ infected? = true ] 1 t9 P% Y7 U5 B6 w8 @* w
我原本以为这句会回传『所有』infected? = true 的 turtle# j2 \) t/ `/ P- `6 H
但看结果似乎不是这样。
5 |2 z# r) B* m/ G# R6 x: _$ Q4 t' i& w7 B5 P0 M
假设所有符合条件的有 5 笔
7 |2 o3 h' t; n( p1 Q' u有时候回传 1 笔,有时回传 3 笔,是不固定的
5 Y6 i% a0 i/ {, Y' v- Q回头查语法定义' k& @* E. }7 R0 T
with
2 ]" e' B! I* g$ e5 iagentset with [reporter]
6 A6 F* h0 b4 w; g" _1 N6 c* _6 LTakes 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.
! n$ ?3 l0 e0 N4 E0 u( s它只说回传 agents satisfying the given condition, g3 ]6 w7 J4 ^. @/ K' s7 ], X
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 1 C& _5 |, O# L' Q6 _2 t {
; C! |3 i0 T! Z9 t% o; h1 l想确定一下 M2 |( N7 M) O1 P. p
谢谢!2 V2 j% Q& d9 N0 S; D2 W
|
|