|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
4 `/ V$ A* X/ b# x$ l9 u0 y5 ?其中有一段如下
" Z' m' X* }, j0 u8 {3 }ask turtles with [ infected? = true ]
* r! L% l+ S+ { f3 y我原本以为这句会回传『所有』infected? = true 的 turtle* w( J2 N& V" e
但看结果似乎不是这样。
* o' c% o4 i( g' i' K9 ?0 `) F
# O5 L+ [: n% Q' O假设所有符合条件的有 5 笔
5 M6 P( j; _) y |0 ]有时候回传 1 笔,有时回传 3 笔,是不固定的1 j' H, x4 {# Z) y2 n) i7 f
回头查语法定义
1 r8 p+ Y( J! o4 Y9 u5 T, U* Lwith
0 h0 b, s+ x5 Magentset with [reporter]
2 h# g7 o/ H# c7 [/ V' ?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.
+ ~+ I* `9 |3 i9 V它只说回传 agents satisfying the given condition+ M% `8 g: Y6 E4 J2 K* S9 n, e5 X3 ?
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? ! w$ H7 B# j+ w6 `- A' q
& [! o. ~& I0 E想确定一下9 q# k8 I/ }) q" P) {9 n( c/ G1 |
谢谢!
1 `) ~; k- |: ?# A$ S9 Y5 F$ f% s |
|