|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
% C4 o0 o: w) W) r7 E6 D其中有一段如下
8 I. z( n7 n9 ?; Q# N% Nask turtles with [ infected? = true ]
C+ m; u0 i2 p我原本以为这句会回传『所有』infected? = true 的 turtle3 K+ K0 E' ]7 m! x
但看结果似乎不是这样。8 ~8 e1 Q3 Q; O- O; V4 w
; a" h! R5 A* Y/ e/ F2 d
假设所有符合条件的有 5 笔* s2 c* H5 Q3 _* \) T: S
有时候回传 1 笔,有时回传 3 笔,是不固定的
8 y0 k$ p5 Z# f! o5 }) \9 ]回头查语法定义) s$ n6 X/ z+ s
with . n1 U3 B0 _7 A8 V
agentset with [reporter]
; b2 B: b5 N4 Z( h* eTakes 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.- |( ~4 ~2 X, g0 e3 G; G5 m0 \+ V
它只说回传 agents satisfying the given condition
* _, j- x% k( x' O是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? + J* y; a3 F9 S+ m% L, ?
: u0 U2 i$ q- h" G" Q1 V8 n2 q
想确定一下( F' B" m+ a; w
谢谢!9 N* ~' J& V8 e' u$ ]* g
|
|