|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序+ s" a* l9 P1 z0 C ]- D& N2 r1 {
其中有一段如下
* K: E9 @+ R: ^% R4 U. y# v hask turtles with [ infected? = true ] 8 J% J u- B6 C8 w
我原本以为这句会回传『所有』infected? = true 的 turtle! W2 u/ W( ~; C ^
但看结果似乎不是这样。
, p0 ^: I& q: {0 [2 V: g+ X: H3 Y9 y% U$ e0 g' [ v
假设所有符合条件的有 5 笔9 _/ L! v# q/ e$ Y
有时候回传 1 笔,有时回传 3 笔,是不固定的
7 j3 g- a' s$ q) R- m6 q回头查语法定义
1 O6 G9 i8 I; Z8 Ewith
, A' k1 u) f' A) L* J# Vagentset with [reporter]
, z' }3 L: d! H2 FTakes 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.2 m5 N/ o' }. R2 c* ?7 u; S
它只说回传 agents satisfying the given condition% t' M& i4 B3 D# Y+ M1 @9 e' Y
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? ; r8 L( ^9 l, s8 u' t! \
; D; G* W9 }: R% ?/ s1 w7 J想确定一下/ g/ x3 ~% ?/ ?6 r* i. n* r2 Q
谢谢!
: f% I. H/ J1 a0 n) X2 c' w+ U |
|