|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
# D0 W) J: e1 }8 o其中有一段如下
& w5 w9 Y' K0 `0 n% rask turtles with [ infected? = true ]
" N* h$ I! t3 s6 M6 f. [我原本以为这句会回传『所有』infected? = true 的 turtle& h6 |( F1 N: S4 t/ W9 Q" y
但看结果似乎不是这样。
% K, ~- Z( r0 w! ^0 a' ]) T: f1 [" p
假设所有符合条件的有 5 笔
/ x* Z# \5 x; U) z) }有时候回传 1 笔,有时回传 3 笔,是不固定的
3 @. |6 F. a0 x5 j回头查语法定义
5 w8 |5 Z9 G: d8 C0 `$ _with
! g) N4 W) C% q. {4 B$ S# bagentset with [reporter]8 H5 a4 e0 W2 @# p' A
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.
9 i6 W4 u) o8 M8 r: Z它只说回传 agents satisfying the given condition" N' w4 Q5 a: h6 S1 S2 e
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? * e4 D2 g8 A# F. _( U
8 D) D' g9 z" S: W; t& S
想确定一下
9 N) A7 {- y$ {谢谢!3 W7 g0 w: T4 K- r0 M$ p
|
|