|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
! x/ Q4 `: y3 l% r+ z其中有一段如下
( X( H5 L- @/ P* k( uask turtles with [ infected? = true ] + p. Y/ \* {9 @( X5 C2 ?! ~
我原本以为这句会回传『所有』infected? = true 的 turtle
5 W; N. _, E3 H$ |- L8 W但看结果似乎不是这样。
% F/ V- ]0 u$ s. e. R( j! ~' d$ i0 }: B A4 d- |
假设所有符合条件的有 5 笔5 q; b: q4 O: h/ b( f1 ]: r5 y
有时候回传 1 笔,有时回传 3 笔,是不固定的
. J3 ~+ p) T6 ?% ~: [回头查语法定义: k- q: V$ G0 S3 h
with 5 H; d! U5 |# |4 v3 D( Y
agentset with [reporter]
- o1 m; h' A* k% H! @$ YTakes 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.
- A7 b+ z( I8 }, n7 `5 Q它只说回传 agents satisfying the given condition
! k& g" b' h3 T4 T是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? / o! c* a' u% o# N$ G
3 s0 j8 g5 r+ L6 B" _( f
想确定一下- Y) ]6 d+ @" Y. k; ]2 s/ c7 \
谢谢!
7 F& y( g3 M# m) S |
|