|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
7 ^: u4 p) q; W( e其中有一段如下
2 x4 \ e' X* D& Pask turtles with [ infected? = true ]
( L% i3 k7 j( _, H" J m我原本以为这句会回传『所有』infected? = true 的 turtle
* ~: w9 l1 o+ R$ q6 d: |4 a# Q- o但看结果似乎不是这样。
" B6 C( O( U- E7 T9 ^* W$ u" r" \6 p4 t0 v# e$ O1 ]
假设所有符合条件的有 5 笔+ X0 S# c* e' [" G
有时候回传 1 笔,有时回传 3 笔,是不固定的
* b# F3 G3 B. }1 }, U4 C4 b/ k回头查语法定义. [& N6 U6 n/ G. h1 L. V; X/ T
with * a" d6 Q7 A" b# ?& K
agentset with [reporter]- s: G% W! c N6 D# n7 S# q
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.
& K3 t- H; \9 R5 q/ d它只说回传 agents satisfying the given condition! ?) c" B0 r" r* h9 f
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
& Q' W5 w. K9 O6 y6 D Y& D. i' t0 C5 r5 Z5 I7 y8 J
想确定一下
1 V: S2 a" G0 R+ P谢谢!
! z. M2 n3 M8 C$ j: _! C |
|