|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序! o, Q( w( T) S/ H
其中有一段如下
7 l0 A! }. a% B0 u# a9 nask turtles with [ infected? = true ]
# ^) N5 Y9 P3 }2 y- ]+ r我原本以为这句会回传『所有』infected? = true 的 turtle" j# ^6 P+ ^7 D1 |. L- J: [
但看结果似乎不是这样。
- z# Y3 T" F" }/ l1 Y' \! ]. m: S. H I0 @
假设所有符合条件的有 5 笔
0 a6 W' I0 q6 A& T- Q* I2 R有时候回传 1 笔,有时回传 3 笔,是不固定的
, n# k! u- r, S回头查语法定义
: U% M4 u' `; c7 \! _with
3 m8 \- w% j. m% r$ K2 k# Pagentset with [reporter]- p7 C h! y9 A( g- z
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.
- ] @# _# z# J/ T8 p) q* L, O它只说回传 agents satisfying the given condition
/ |! ~( z: c$ e( Y( V0 M# y0 {3 G, H是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 0 [; W w/ ~7 u- f7 X
: W a1 m0 ^1 c' r3 O% G
想确定一下
, L& G+ R5 r! B S- W1 E; \, v谢谢!! T1 v) @2 D( }) G* A" Q! i" t
|
|