|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
& P5 Z9 z I- u# T其中有一段如下( _0 G( ?( O8 ?4 E/ F9 l( V
ask turtles with [ infected? = true ]
8 ^7 c. E d' F6 U$ T- d- B我原本以为这句会回传『所有』infected? = true 的 turtle
- U! m& j) o" V/ \* X但看结果似乎不是这样。
0 y7 T2 l4 m4 D: x ? ]5 m, x: I3 z; \% Y
假设所有符合条件的有 5 笔
. y+ O7 E& ?- ^3 R5 o7 s有时候回传 1 笔,有时回传 3 笔,是不固定的
; ^6 @/ @5 |% |3 c# x( U P回头查语法定义
! c4 q5 f% J& \' g3 J7 nwith
. _0 U1 K& L/ T/ A5 n" Zagentset with [reporter]
* L: G* q: P! M( ETakes 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.% B" S/ J! o9 s r
它只说回传 agents satisfying the given condition
5 O; K# }: j f# Q3 p1 B是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 9 |7 L4 i- [0 [2 E% @7 v. I- A4 J
0 C5 r0 d- V; ]; R6 }0 a& h
想确定一下* I- F4 w( s$ j, D5 w
谢谢!! ]: `- C) H/ ]
|
|