|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序6 l0 E9 F; S3 g' c# }
其中有一段如下; V6 E# y1 J( {2 \" t
ask turtles with [ infected? = true ]
& i% H$ G' E: a$ a" T+ b4 R- e我原本以为这句会回传『所有』infected? = true 的 turtle
9 ^/ [$ }3 H2 g' X但看结果似乎不是这样。7 o ?& l* e7 f3 O8 u
# I: U8 w; _) H1 p# j5 Y假设所有符合条件的有 5 笔8 `" M# ^; t8 N/ T+ C
有时候回传 1 笔,有时回传 3 笔,是不固定的- ?! \! d$ }$ M7 `0 p8 e' s& ^. @
回头查语法定义
( ^& O( d S& n0 y0 Y: iwith
2 t' x; _% q# j+ B' E$ ~0 bagentset with [reporter]9 L* ]# y0 H7 `
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. m8 ~9 r1 ~- L- @
它只说回传 agents satisfying the given condition
: ~) l! H/ e1 x+ t; F/ [+ ?是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
+ C* h- I2 @4 ]+ u6 B2 ]
/ H* G4 n' g! T: D7 X/ v7 r想确定一下, t( {- m" _; n! f+ Y
谢谢!
* g) z+ [$ G7 Y- \5 [4 |+ h/ s. } |
|