|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序& u/ H7 j5 [/ a- ^6 g& o
其中有一段如下
/ S( u, T0 @: ?! t5 b4 ?ask turtles with [ infected? = true ] 1 m* {" y$ Z4 d% n8 W# C* c' F& {
我原本以为这句会回传『所有』infected? = true 的 turtle: w4 |$ Y3 z/ q: B" X
但看结果似乎不是这样。
2 s% x% }% N% d/ B& ?4 e' r) @( J7 c; h- [( L
假设所有符合条件的有 5 笔2 }! [1 A+ c" P: A
有时候回传 1 笔,有时回传 3 笔,是不固定的* p0 { p- J$ w M* I
回头查语法定义
( d1 f& p# F; o7 b$ vwith + a% P" F$ L+ _2 D" K# @, S
agentset with [reporter]) o3 [# K3 f" d9 B% i1 x) F6 B. i
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.
1 N, i. {" i l0 z. `它只说回传 agents satisfying the given condition6 R% |2 b- W# g8 b1 ?! }
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? * N0 ?0 S' N& c, n4 n% t3 q# O( J6 ?
/ A b+ Z/ y- S7 x+ r% d9 H想确定一下3 ~* k% x, g$ \$ v; s! o. d
谢谢!
% k1 q/ s+ R2 K5 I( i, I |
|