|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
9 x5 I+ A" C# d3 M: L' Q其中有一段如下
Y& R a/ V' U, k) g+ }* Fask turtles with [ infected? = true ]
% O, l" c) }0 n. n, N6 _( x我原本以为这句会回传『所有』infected? = true 的 turtle0 C! n9 c! R( Q/ U# F! ]) d# p
但看结果似乎不是这样。 H& h" z" v8 L' V: f+ {
. \/ Y9 m5 r9 S/ x: Y假设所有符合条件的有 5 笔
6 i. C- ]6 P! H; b4 y+ n, O5 M有时候回传 1 笔,有时回传 3 笔,是不固定的
4 S6 x' v3 J. n% l2 }( j+ }回头查语法定义( e3 g. l) Z4 B) ^0 h
with
- T3 G9 e* B8 u- {9 Iagentset with [reporter]# {+ V8 @, o' f& Q( `. ?" o# 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.# K, G/ A: O; D3 ?
它只说回传 agents satisfying the given condition
* L0 ]/ U/ `/ P0 t: ]4 Z; ~是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
) F1 W7 B6 x% _0 j) r6 I: s5 z" g9 k3 [( x4 ^; A' H! a
想确定一下
/ R( M# ~5 |! D# {/ w+ E5 e R谢谢!
- V$ f9 j5 ?" ^ |
|