|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
( `7 I3 h2 `- i5 Z/ v其中有一段如下
7 p% P$ x8 h. P1 @: L1 E2 V) x8 y- Xask turtles with [ infected? = true ] $ {, J8 W$ _; N) C
我原本以为这句会回传『所有』infected? = true 的 turtle
+ @* z1 v% |! K) k2 b但看结果似乎不是这样。
0 ~8 \" v/ }9 t3 {/ Y: t; L* G- y: T5 e. v* Y9 \
假设所有符合条件的有 5 笔
( }8 ^; k* y7 e/ p% l. y6 {' L有时候回传 1 笔,有时回传 3 笔,是不固定的
8 z* J% ]" |) w7 L( P* d1 e回头查语法定义8 \ U; J* ~0 G8 [
with 6 q1 C$ @' P2 H3 m& m8 N
agentset with [reporter]% R+ a7 f" e& ~/ }% Y/ M+ 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.5 u& }3 j8 j- s6 u" {+ o2 t# X
它只说回传 agents satisfying the given condition2 W& S! t. Q5 ~( C; X9 ]
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 4 C1 e+ ?1 d) `' @# R5 x8 L1 s+ R
. d% P# u. B5 ^9 q" @想确定一下
7 \7 [% @9 n' x, k. s谢谢!
6 @2 U/ U) L- m2 d |
|