|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
* }: o( T! K/ p2 p9 Y* _: s# P+ J其中有一段如下
) ]' }" e" k% m- iask turtles with [ infected? = true ]
) K+ }- V! m9 j% A9 G# B: r我原本以为这句会回传『所有』infected? = true 的 turtle
* A% ]: k9 d/ h7 I& Y但看结果似乎不是这样。
& i# h6 M' y& p' V8 L; Y: U
y/ G4 @! L Y7 v$ Z' x' W6 E, Y& e假设所有符合条件的有 5 笔% n4 H' q7 q1 C5 b
有时候回传 1 笔,有时回传 3 笔,是不固定的) ]; A) K, S$ d+ I1 X
回头查语法定义
- u/ Z' R! a6 qwith
; X; ^- c% P. w. L& }0 A4 K4 x Vagentset with [reporter]
: P/ k u0 l4 s. ~0 STakes 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.
) K M0 n1 Y* [' r它只说回传 agents satisfying the given condition4 M. `* ?0 L5 D" s, j; M% H
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? ) s& @ Y0 \* D- w0 R2 T$ g' B7 Z8 Q
( F# P$ G) N4 i. a
想确定一下
7 N7 }, ?4 f& |5 J1 i谢谢!
7 r( C: Q$ a7 F4 u: B |
|