|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序& |1 @# R' }+ I7 ]; l! J
其中有一段如下
3 {, I; S8 j$ gask turtles with [ infected? = true ] ) k8 B# L) a& [: _8 a' f
我原本以为这句会回传『所有』infected? = true 的 turtle
' U' q4 P+ A) A但看结果似乎不是这样。+ p: Z) ?; b: ?+ y- n& \" S
. F1 g5 W, B/ {" L; P; ~假设所有符合条件的有 5 笔5 T$ |$ {9 {* ]6 W6 g% ~
有时候回传 1 笔,有时回传 3 笔,是不固定的
0 L9 i$ T3 Z' i$ t( c5 m- }2 K回头查语法定义2 e4 \2 ^- l5 V
with
+ ]& ^. O1 L# d1 D8 E% M1 cagentset with [reporter]/ w2 H* n: H1 u) c, i6 ^
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.
5 Q2 L5 _+ s- i, d它只说回传 agents satisfying the given condition
' Y7 Q1 w7 T& b& ], R! H是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
! t2 v) p" h. B8 U0 D+ q- h
( F# A5 Y' ?2 h想确定一下
/ e {6 t" X, M* V, A, ^( W谢谢!
' O: p. S1 Z/ G9 j" ^ |
|