|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
. {% m3 y, b) n$ Z% d/ N/ P1 ?其中有一段如下
+ [1 r, t+ i8 t/ P: \5 gask turtles with [ infected? = true ] / o4 {9 H# D U& u$ _- y
我原本以为这句会回传『所有』infected? = true 的 turtle
* w5 P# @" b& g; z但看结果似乎不是这样。
: `8 i6 H4 z# }9 x! n: v1 @% n3 {4 y, p% K
假设所有符合条件的有 5 笔
M& k D- \7 x' X2 ]0 m有时候回传 1 笔,有时回传 3 笔,是不固定的
% a* \( F1 U/ O; \8 o" G- o. t5 x回头查语法定义
! \. F2 n K5 w1 Cwith
, u3 K3 Y/ S% ?1 s9 ~/ ?4 ^' aagentset with [reporter]# Q2 u9 i+ D1 I5 i1 L
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.9 V) r, s6 ^3 J) X2 _8 z
它只说回传 agents satisfying the given condition3 J' p/ u( H' _4 u( D0 ~( V
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
; K+ [, O B3 t. \( I$ h
- q+ v+ j$ u! C ?, r想确定一下
0 o0 E9 W3 v& X* ]+ T3 _谢谢!" ~! W) b" n% `1 \# p; h* t
|
|