|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序 d5 c/ U4 {. w! u: l" V7 m
其中有一段如下
R @" L5 N2 z# sask turtles with [ infected? = true ]
2 B* \/ p; ], Z( q我原本以为这句会回传『所有』infected? = true 的 turtle0 r3 z+ O) F' V J3 i! h7 ?
但看结果似乎不是这样。
0 e8 k* s: {5 ?. f" s+ D( o: A" m
. s/ O6 k* J" p' o* r6 i假设所有符合条件的有 5 笔
% r+ f8 f+ r& ?# u有时候回传 1 笔,有时回传 3 笔,是不固定的6 ]8 F+ Y* @. O7 y4 E
回头查语法定义
( V) j, `- s5 V) E1 |4 I, Kwith
& C. V9 _2 O) k2 Dagentset with [reporter]% ~# h2 b# x* f- p5 X0 t
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." t+ C+ L- N3 M# U+ l
它只说回传 agents satisfying the given condition
5 a- Y4 a |9 q# W+ E9 h是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? ) s4 b0 \% x% Z9 b! j. P
9 _' g: Q; A. ?4 d, e9 R& U' y
想确定一下
: t: X& D. _! [: f4 P谢谢!
' e, y* [4 G( o) l |
|