|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
* I2 z; Z! C" d其中有一段如下
; ^6 j/ _4 o$ ^. H8 E# e4 @( Y% nask turtles with [ infected? = true ] - j4 X2 o" l' T+ a
我原本以为这句会回传『所有』infected? = true 的 turtle$ s7 M' E% ~# z7 H" [; Z
但看结果似乎不是这样。* f: n: ^* L4 p+ v/ Q) r
. H0 f" j8 @8 L. c, z假设所有符合条件的有 5 笔. d5 H" X5 }9 |, \: D" h3 [
有时候回传 1 笔,有时回传 3 笔,是不固定的
) X7 }$ ^6 }$ O% I# c& M回头查语法定义% m( u: N- y5 X2 \( U; [9 `; E6 R: y
with : B Q% v6 q1 n Y2 R4 G
agentset with [reporter]
. e6 ?3 F: C! m/ q2 K, nTakes 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.
# H4 T# d( ?! [1 Z* k0 N它只说回传 agents satisfying the given condition, l) h8 H4 e! [$ x) Y
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
5 A' T) a+ u5 h* q6 `4 ^ R- Z: X; |2 ^. o4 @2 N
想确定一下
- c% p7 o; ]' C1 Y z8 Z; P谢谢!
) Y) f1 d2 Q& \- g6 K |
|