|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序8 j1 F- U. M# T5 ^
其中有一段如下
q4 }# C7 ~( B, vask turtles with [ infected? = true ]
! G5 W6 G: \8 i& L( Y我原本以为这句会回传『所有』infected? = true 的 turtle
5 x: k/ g2 }8 a4 N- S t+ e F但看结果似乎不是这样。
" P. l, N' Y2 P# M+ I& R. b" o- f5 U7 E8 _* S# r$ J
假设所有符合条件的有 5 笔
* {( X; j1 [: u, A! _; P! M1 F/ s有时候回传 1 笔,有时回传 3 笔,是不固定的( D* t2 R5 }: C- y
回头查语法定义/ R6 H3 Y! E) N8 |5 L
with
/ ^+ C* E/ r) f* y2 Xagentset with [reporter]
# B9 u# h) J) ^/ v1 _9 _& t$ n2 [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.
0 X; k8 T5 h& d3 W) y4 \& p它只说回传 agents satisfying the given condition
9 D% A9 |4 I/ T7 ~# E$ q6 r+ p. T是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? # B' o. v, W! R+ e! t
" N$ _7 P* N, q1 t1 ^* H5 \想确定一下
2 y4 c! f$ L: n) ~7 u. d: C谢谢!! a4 U; Q) e& v K- p
|
|