|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序" _6 Q# x: O Q) ^# C, o. l; s0 ^
其中有一段如下7 ]& R7 O2 M, S N& L# V
ask turtles with [ infected? = true ] ' q" Q4 j2 m4 p- O5 @/ C- E
我原本以为这句会回传『所有』infected? = true 的 turtle$ b* |( ?( G' X, F0 {4 v
但看结果似乎不是这样。
8 a) y7 P* p+ Q, q% e
2 H2 A q q6 h4 d6 x假设所有符合条件的有 5 笔
0 _- Y, z! j7 g( s有时候回传 1 笔,有时回传 3 笔,是不固定的% F/ I1 X e9 r8 a7 _5 O1 }! R/ U
回头查语法定义$ y; d B* n4 ~% M
with + y7 |; P, j* f$ _3 \$ t
agentset with [reporter]& L ]# W% S' e4 T3 y& `8 c) l
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.
h) a0 E5 {! _+ x7 b- D/ g它只说回传 agents satisfying the given condition
! z5 [- w0 q, d0 F4 J& t5 v% n是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
% f; V5 m1 @# q5 |. G) A
* }1 F: Q3 u: w: ?1 _5 h3 w8 {想确定一下! Z+ d( X8 T d1 m
谢谢!
, T& g+ q9 ]! e |
|