|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
" Z) G2 n7 \0 D: R6 L- ]其中有一段如下
' ?, _, Q6 z3 uask turtles with [ infected? = true ]
3 J+ y' D7 v3 E' ]' Y我原本以为这句会回传『所有』infected? = true 的 turtle1 I% N7 T Q3 _/ j% n/ j y; a
但看结果似乎不是这样。
1 M3 }# t! b4 S/ V. N+ ~9 r% H% m4 [+ j1 V( {
假设所有符合条件的有 5 笔
8 H' ~" E6 }6 u6 U7 \有时候回传 1 笔,有时回传 3 笔,是不固定的; V$ r" E. x% U$ c D- f4 N
回头查语法定义
& i5 u6 U! J' x' i: |( Twith
. a* m* i6 J0 H/ N' n2 C1 W. {agentset with [reporter]
: s: R r6 }' [( D$ e5 F: QTakes 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.
5 p9 W2 X1 |, u( k' E5 a它只说回传 agents satisfying the given condition) ^& V# Z( A* v
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
* ^: s1 m: |) Y t+ }
9 J+ s( _* C: j* T想确定一下
% m% A% ?8 V2 J5 P6 o3 _8 d谢谢!; a$ \3 O0 K$ f8 [* D/ b& F; y
|
|