|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序- p: r. g+ B6 `) A
其中有一段如下
9 w9 r. N# Y" b+ uask turtles with [ infected? = true ]
^: g# Q* x$ N; U) F, r6 T我原本以为这句会回传『所有』infected? = true 的 turtle; h7 L. a* T, W0 o2 A
但看结果似乎不是这样。
- L6 Q, X- U6 ~. A/ J4 [' _( X
$ b1 ?) Q$ _3 k ?0 a& ]6 C: b; l: E: ?: q假设所有符合条件的有 5 笔
1 b: q0 z& K7 `% J有时候回传 1 笔,有时回传 3 笔,是不固定的
% C0 a8 W- L( N8 @, f) U0 Y回头查语法定义
9 t$ Y# M: C- q) _: rwith & c' L2 e* V4 Q
agentset with [reporter]
2 Z6 e% N0 t4 A3 ^4 J$ n7 NTakes 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, `9 f3 e+ N' V) L
它只说回传 agents satisfying the given condition6 R$ q( `- R: {7 ] k! c
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? : |1 |; ~" S% {& {/ g6 @
# U1 B) L, V0 `: ?- _ E W1 r想确定一下
" u, i2 F2 `0 @+ p$ l谢谢!+ {0 O9 J' L1 ^
|
|