|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
: _7 c: y# b# l, y# x } B其中有一段如下
+ d9 g, }) `/ n/ b F sask turtles with [ infected? = true ]
]1 t$ S, G5 P0 T! q) t3 k我原本以为这句会回传『所有』infected? = true 的 turtle
7 K) f) B$ U |5 g/ C* [但看结果似乎不是这样。
4 _5 c% m) D! A9 Y: v; q$ \. Q* G$ H+ R2 E9 t6 L' T! l
假设所有符合条件的有 5 笔
- M+ y& N4 L5 K" S7 S$ ` A有时候回传 1 笔,有时回传 3 笔,是不固定的
# h" [% b$ Q- v回头查语法定义
3 W2 i% t% p2 i) Awith
# M# u! I! F3 Xagentset with [reporter]* c+ @5 V( {9 N. E/ o$ D
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.6 k5 h9 b) j7 h8 L7 Y4 f, [* K
它只说回传 agents satisfying the given condition
2 p* d# w! J6 T3 n$ ^5 o& u% t是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
9 I) S, a6 q. ?$ [4 g6 @' H a9 e& C! R; a
想确定一下
1 z! R+ ?4 C. K谢谢! A& k! g, U- Q+ ^( s6 X7 ?$ m
|
|