|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序/ H/ G- W' E @8 C# i2 J
其中有一段如下
7 @; r( g- }) H& y! ?/ d0 rask turtles with [ infected? = true ]
8 }. [) p6 a4 n( x$ c我原本以为这句会回传『所有』infected? = true 的 turtle$ N8 X3 N2 g# B) l Z T
但看结果似乎不是这样。2 c- H/ }* R$ J
+ q2 V9 K. P5 h* u: C假设所有符合条件的有 5 笔
1 f' K! ]* m) S7 j* i9 }; v有时候回传 1 笔,有时回传 3 笔,是不固定的
# O5 B+ k, i# @5 @3 y回头查语法定义
^& o) L4 p1 S1 iwith
9 R% a/ e$ l2 r3 [& p+ Nagentset with [reporter]
1 E2 P6 P. g* }* a/ |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.- @; f, t+ T0 f$ j7 p8 k
它只说回传 agents satisfying the given condition
3 ^$ v0 z- Z/ p: \" s是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? . L3 {+ l! M9 p. C
' z0 i( T& \. E" T
想确定一下
# H( H5 V2 T7 n ~1 N2 s4 _谢谢!$ L. O7 b+ y- }: }) h7 B$ R
|
|