|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
# z. _& T3 `( G8 ]其中有一段如下
0 p" o3 o/ O0 d0 j1 [* O( p2 o' [6 \ask turtles with [ infected? = true ] ! o- j: n, o/ n% V
我原本以为这句会回传『所有』infected? = true 的 turtle' h* S, O2 l3 Y( P9 Q, _5 N, N
但看结果似乎不是这样。
3 l, ]3 X) |3 i6 g+ t
9 T- Q" F4 I6 F# _* c) G6 r! Z假设所有符合条件的有 5 笔
0 j0 q# u) K* B+ J" d有时候回传 1 笔,有时回传 3 笔,是不固定的
! }& ~$ O! f( ]* `+ ^: Z" o回头查语法定义
. ?- j$ v' \; f7 _with
" ]8 `7 a- \/ J+ ragentset with [reporter]
; U( \& d/ Z2 ^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.! X" ]" b5 n: L- r0 m7 z- \* {
它只说回传 agents satisfying the given condition% @- g1 k$ K/ ~( n4 G
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? , W, q$ ?5 y- Y0 O/ Y8 F
: _' A/ k; c1 e; p* K想确定一下' e9 f/ y! w: U4 S" h
谢谢!
$ I. A; L, M$ s3 T3 x |
|