|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序: ]1 ?5 |2 a9 f
其中有一段如下" Z. Z. b0 I; r5 T
ask turtles with [ infected? = true ]
2 Q) t# X/ P9 Y7 w- {我原本以为这句会回传『所有』infected? = true 的 turtle
" s7 _3 ^! k& P但看结果似乎不是这样。
$ {! b6 R$ |$ J/ u+ v
* J5 B- n5 a8 g假设所有符合条件的有 5 笔) i% B( Q: e6 Y
有时候回传 1 笔,有时回传 3 笔,是不固定的9 L9 P0 B4 q0 A) U' I. y
回头查语法定义" b6 n# a8 D% M4 g4 o
with
1 r+ h# F7 |) w' [$ T" ?6 {$ Bagentset with [reporter] b1 k& N }) Q+ H2 }! }
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.
3 j. D% \! v4 p3 D. {7 I) T% @它只说回传 agents satisfying the given condition
: o: S9 n7 f' U是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
1 \6 h8 a* C6 A, R, x. L3 m/ z# F& w: {8 L( ~6 P4 T" l7 _' q
想确定一下7 ^; H8 T4 b! y$ I, L& m5 g# d
谢谢!
! H2 M2 `& S' x. I, B5 R |
|