|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序. {& u3 `1 q* k' L4 p
其中有一段如下
6 W1 F, y& _$ V& C1 Vask turtles with [ infected? = true ]
5 Z' h& z! N6 K) \0 v( ~我原本以为这句会回传『所有』infected? = true 的 turtle
: @4 o7 o5 [: Y, p# o7 t: |但看结果似乎不是这样。$ b# s$ H9 b7 g5 x4 V, C. X8 M9 w$ B
! b7 J$ J4 D4 F& e! L9 o6 c& E
假设所有符合条件的有 5 笔
0 I9 Z7 h7 Q- W! O# B$ }有时候回传 1 笔,有时回传 3 笔,是不固定的
% C& b" x1 ~1 W' }/ `0 G: m' i回头查语法定义
' F; b9 @) t% w9 A- n. _5 J9 b, f; i# Pwith 9 j0 @' h, M/ a& J( w9 f" g
agentset with [reporter]
' n9 \5 m& ?( v* \: `0 aTakes 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.
& f: _7 x! o$ L) v它只说回传 agents satisfying the given condition
0 M+ w6 j: p$ V5 Z8 W w# s. R是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? , C" f, Y9 v3 j% O& B& D
$ |3 R% x3 L3 t) D# b, j5 }
想确定一下
& m) F7 `+ {0 R: q% G0 ?谢谢!8 `9 b6 e4 I Z- \
|
|