|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序/ |8 }: L9 x8 q! I4 ]4 O3 E2 A
其中有一段如下0 a0 X( A: W* r( W6 V; y
ask turtles with [ infected? = true ]
1 \' z+ q) H9 A$ y2 f7 [我原本以为这句会回传『所有』infected? = true 的 turtle
7 f4 _) `. S2 r+ o/ D4 p但看结果似乎不是这样。
% \! L+ l& z P; L9 m, s% v% S/ I* m2 Y. P& c' N
假设所有符合条件的有 5 笔
4 v) B+ F: v2 I& ]4 _有时候回传 1 笔,有时回传 3 笔,是不固定的
- Y- T7 o! { b$ e: u5 T1 A回头查语法定义8 R0 E7 u! ~3 s7 H! \, J! u! V$ m
with
, k/ l% a3 J: c. n% wagentset with [reporter]
( f6 l9 J* ?; P* I# m3 XTakes 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.
) A0 o9 l: q0 C0 V* E它只说回传 agents satisfying the given condition
' ~1 A2 m. p' f2 p3 J# @" m8 d是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? - n0 |9 d2 f& Y7 |
/ W5 U& R6 A- ]" @% {9 r- T想确定一下8 r) D: h- t/ [* F
谢谢!' [$ }% z, c' S8 i, [
|
|