|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序, `/ I6 y* W; p( }: ]
其中有一段如下
- R8 z- M& o; }: P! G" Pask turtles with [ infected? = true ]
; s( b* j$ j( [0 K, Q) }& k# A0 ?. K我原本以为这句会回传『所有』infected? = true 的 turtle/ ^, W1 {) E# `
但看结果似乎不是这样。5 z8 T, Z# Y& }: b6 ?7 d
+ I6 l- O4 i2 w4 ]& [假设所有符合条件的有 5 笔) Q/ E' w8 E; t- e) L) l5 p
有时候回传 1 笔,有时回传 3 笔,是不固定的* W) v+ J+ D6 J3 U
回头查语法定义2 G+ E0 Y# y M
with - [7 Q/ ?5 N* J, v( n3 e
agentset with [reporter]
, C' o" l0 E* }! [" P ZTakes 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.
7 C2 L9 e* J" Q! ]它只说回传 agents satisfying the given condition7 `& {0 j7 J! R
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
2 M8 b' t5 S A# b! [5 d% \- i D8 f6 a( J8 S
想确定一下) ^7 p8 U; `; i9 [; L+ Y; Z
谢谢!
% {' M7 U' {! W$ F1 p |
|