|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序; Q! U3 g& @' J p. W+ \$ @
其中有一段如下
1 _. V( Z t3 {0 T# @( _ask turtles with [ infected? = true ] 6 W5 @- h, l/ O1 A! L. I% ]
我原本以为这句会回传『所有』infected? = true 的 turtle$ M5 e% B& F7 J5 S, d1 M
但看结果似乎不是这样。
9 Y+ h) g- ]2 B
$ t" n5 [5 s _, A假设所有符合条件的有 5 笔3 i* a3 d7 k+ B
有时候回传 1 笔,有时回传 3 笔,是不固定的) s5 o+ p/ g4 X1 a! c
回头查语法定义
6 o- d( u" r, X6 G* K, i7 a7 mwith
2 S1 N6 n2 c' \2 W# xagentset with [reporter]
4 |- i; m" S) 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.
h# c S% z# I, ]* b- B1 _( O它只说回传 agents satisfying the given condition. w* L- O% d# U+ D2 h0 ~: Q" _+ g
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
9 M& s2 W- ~' F) r! n9 L: o
* p7 x& X( R+ T: [. S- R想确定一下& j, `' g$ W6 W& n" ?
谢谢!: d' p D+ j8 I4 b' c2 A' G
|
|