|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序8 r; f7 ] y" n4 Z
其中有一段如下
8 h# t6 @$ q6 B' nask turtles with [ infected? = true ] 3 H" Z* k3 q! B# U; T( [* C- y4 t
我原本以为这句会回传『所有』infected? = true 的 turtle; s) n' L3 d0 Y' F- b5 D( @4 W' Y
但看结果似乎不是这样。8 S+ N- v- z# `- X+ r2 R6 N0 b
3 _$ M: U7 T9 c- B" ?" z
假设所有符合条件的有 5 笔. T" Z F, \9 \; L b
有时候回传 1 笔,有时回传 3 笔,是不固定的) Q3 N1 ~4 o! M' E! o) K5 @
回头查语法定义
: M+ g/ X, y) G4 bwith
s- F, g$ c6 r. aagentset with [reporter]
0 X* h- I2 E+ T7 ], @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.7 g( s# R, ^1 ^$ l; W J+ m4 I4 J
它只说回传 agents satisfying the given condition
+ A0 X0 T4 p; @: b6 r3 u6 D是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 5 Q/ |7 m9 `4 u. h& \( D
- x7 ^0 ]7 \' Q" ~) d6 H: Z
想确定一下
8 j% F0 B5 D& {5 R; J! C谢谢!
; O; I9 V% w# _7 u |
|