|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
( [: ?4 X- g. O1 _# d8 M2 s7 z' F其中有一段如下
7 e" z+ U( T0 Eask turtles with [ infected? = true ] ) {6 r+ i8 c$ \! _
我原本以为这句会回传『所有』infected? = true 的 turtle& q2 @* q6 v: g0 V" F
但看结果似乎不是这样。' p2 W) k9 _, n% a
* {% O# y D4 H& N假设所有符合条件的有 5 笔- g: T l- d7 X* a; D( U
有时候回传 1 笔,有时回传 3 笔,是不固定的7 S! ?% Z- I3 J
回头查语法定义
; n- }, O$ V0 ~2 R6 qwith
, K" f9 K% R* \) zagentset with [reporter]5 g6 \" J4 ~4 `' e1 |1 t0 M! {
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.
: [* l7 L6 r7 U7 o1 `它只说回传 agents satisfying the given condition
0 [8 i3 ]$ g% H! _- R& h是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
1 N9 Z E* a7 Z& _* P6 K- ~. {, S) J- \- s' O6 q: ~- ^( |% ?9 b9 S
想确定一下9 V4 x5 `' O4 c2 l9 G' I. ~# N* f3 I
谢谢!8 ^9 Q m; T9 ?3 e, L
|
|