|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
! q" H2 }3 v/ S其中有一段如下
, G3 ?! _1 U0 `2 B' y& aask turtles with [ infected? = true ]
0 o- }. i$ P( | ]我原本以为这句会回传『所有』infected? = true 的 turtle
* j/ a0 n' S% k3 f' S但看结果似乎不是这样。
1 O& ?* u% S6 A
+ D" I4 T6 x& ]$ h( m6 I. M假设所有符合条件的有 5 笔
7 N" l6 T4 I! v0 u6 D* Y$ b [% O有时候回传 1 笔,有时回传 3 笔,是不固定的& B" G7 L- q) W2 Z1 b
回头查语法定义
/ U) M3 ^# ?5 n) Swith
( Y2 {9 b/ e3 u6 u! `% Qagentset with [reporter]' I3 b7 E ]+ V; ~% F
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., R1 g$ U, B/ `* m1 F& t
它只说回传 agents satisfying the given condition& s4 _; s6 \1 g& @, i) P+ X& [
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? $ n- q Z0 U r1 x- ?8 i
% ]1 j; x& B' y \9 ^
想确定一下8 A8 B5 R6 D" M7 R8 t7 H
谢谢!
, Z! {, n* Y W | ] |
|