|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序* J: ~# L, q9 ]& \
其中有一段如下
1 j* n Y7 n3 ^% ]0 T9 Yask turtles with [ infected? = true ] " ~$ ~8 b I3 K, E- X" `* K
我原本以为这句会回传『所有』infected? = true 的 turtle
8 r3 k5 a" O2 m, K @- w& m但看结果似乎不是这样。' h. H" z9 L; A3 n
$ @: i& X1 r4 L2 R( Y/ w8 I
假设所有符合条件的有 5 笔 L! K% n) H1 q, R
有时候回传 1 笔,有时回传 3 笔,是不固定的
. B' F9 d @- @* \1 ~回头查语法定义
/ w9 A' Z/ f6 {; s# S5 Owith
% \1 e0 T: {- c$ I# u" R' `; wagentset with [reporter]
$ R2 T( n$ r) s/ b5 |, JTakes 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., M7 z0 N6 E( o
它只说回传 agents satisfying the given condition4 p( ~6 D: a. f& E
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
$ f2 J1 Q& R2 D
6 h6 K3 y; `/ N) a+ ~! B/ b想确定一下9 y! N# t8 f! a3 q t
谢谢!( k( Y3 A6 }! O4 I& |0 ~
|
|