|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序) x s. F! G! O7 _
其中有一段如下& D5 m0 A+ z6 g7 e
ask turtles with [ infected? = true ]
# m1 r6 G& r8 g: o7 Z我原本以为这句会回传『所有』infected? = true 的 turtle* C3 @$ L* x* M' y6 e+ p
但看结果似乎不是这样。
4 w, Q0 X) W/ }1 T) J% \% M y
假设所有符合条件的有 5 笔5 L1 p" B+ Z9 z: \7 a$ k
有时候回传 1 笔,有时回传 3 笔,是不固定的+ i: q1 p& {; d, W" t! V4 i4 h
回头查语法定义
5 q, { x o; t4 fwith
; t$ ~: T$ q X# W) ragentset with [reporter]1 j8 T1 ?2 j1 x1 s2 R0 j5 M4 r
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., k; M/ h! `, C8 I( G
它只说回传 agents satisfying the given condition( o' @) \) H* q+ I! O- X- S1 I
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? ) n6 r6 @. W, P: b9 w% W5 r
+ @& g: d$ a) j
想确定一下0 ?/ r( Q( a" h$ O6 M( U
谢谢!7 O% A$ w! @4 M; j2 M1 P' c/ [
|
|