|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
6 ~8 B4 Q$ x3 O5 q1 [0 ]其中有一段如下
+ b' f' Z$ Y6 K& X+ W: j! s5 bask turtles with [ infected? = true ]
! O1 }' Y8 {. p" d) j: ?: D+ V+ ^7 w我原本以为这句会回传『所有』infected? = true 的 turtle4 c$ B8 W. @2 N) J
但看结果似乎不是这样。& \+ z$ o* M# _5 z0 C
7 w6 h# a1 G( l" x% V假设所有符合条件的有 5 笔3 G* f. c( U5 \8 g! Q
有时候回传 1 笔,有时回传 3 笔,是不固定的
e4 [" ?7 J1 ?. O, B3 u回头查语法定义
6 @2 K7 n1 F8 b( ewith * n8 K9 e2 f& _
agentset with [reporter]
3 r- {4 ?' f1 i( ~5 z" t, i! [/ sTakes 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.
; L6 [8 i0 Y$ `! O" D/ v它只说回传 agents satisfying the given condition) R, o# n, _. h4 U
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
# S5 b, g, e3 m) f/ M9 y
/ Y! x x* b5 `! _% B想确定一下/ U2 E; T- A, c! Q; k
谢谢!; S' c( r6 \6 z& b" P# j
|
|