|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
# D( { x& B E其中有一段如下
2 a8 m5 L9 O; e! j2 g5 zask turtles with [ infected? = true ]
# }# S$ i$ v5 ?1 a* \我原本以为这句会回传『所有』infected? = true 的 turtle
2 F! B+ G/ C7 M( P7 ~8 X" q* \但看结果似乎不是这样。( z: o$ p( ~/ A) \" c) w
& ?+ C2 s s, R! W+ H) o假设所有符合条件的有 5 笔 T; \. i, t& R' i" l* l" o
有时候回传 1 笔,有时回传 3 笔,是不固定的
6 W! i+ b& Q7 R! A: [. a回头查语法定义
; o9 X' ?! x% F2 E, Owith # m0 T. d) N0 ? _1 O5 E
agentset with [reporter]
' B6 T `2 E+ W7 @; v9 aTakes 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. M8 B' B2 h, G) p
它只说回传 agents satisfying the given condition
1 B2 h* y8 }2 m% o& [" A; U是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
, y+ @8 R) }& n& V/ X' ]: c; z( T; b$ t! U. D; b
想确定一下
8 n% s- w& c8 m' `1 q) }谢谢!
& b! r c0 t" p* W* J: d |
|