|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
9 ~3 m; H! d0 v/ W其中有一段如下: o+ r2 D) b7 f# g
ask turtles with [ infected? = true ]
5 i( ]% S' Y3 J) o. P/ `3 O$ b; y我原本以为这句会回传『所有』infected? = true 的 turtle
2 o' s8 r/ f! q- b" b( h但看结果似乎不是这样。
! A! D- i" U. k5 g& P2 L! b2 y3 B3 [% t, p! J) D4 P# {1 ^
假设所有符合条件的有 5 笔
3 X5 j' f/ m$ u% n6 V P9 F t* {有时候回传 1 笔,有时回传 3 笔,是不固定的, c+ I& L% ` U, d- j
回头查语法定义$ w9 p1 c/ M9 s
with
$ y! Z9 J+ g( ?3 l+ }# Zagentset with [reporter]
0 t* K; D3 Z' @; T( A. x6 ~2 vTakes 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.' P* x. V: T. s/ J8 \6 z
它只说回传 agents satisfying the given condition
! r) O( `: W& G9 g+ c/ I是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 3 J# s! g U/ o, ~- L- r( u
& W0 C1 F( K4 I6 P) U4 x想确定一下# \# h! s9 i9 Q6 J+ F8 G
谢谢!
9 E7 B* t7 a- X0 x4 X# V9 q |
|