|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序( @) f: L5 o3 n- V! z$ I
其中有一段如下
7 r: X9 K# L( \$ a! k" l9 qask turtles with [ infected? = true ] 4 ~. a& K) {& g1 \1 M7 E8 c
我原本以为这句会回传『所有』infected? = true 的 turtle0 |7 n+ }) i0 A' C& j
但看结果似乎不是这样。
1 B9 V, {8 s: Y# A4 K) `5 n4 B# [0 p4 g& K' h
假设所有符合条件的有 5 笔
- q/ U. a/ e+ u% {. L+ n有时候回传 1 笔,有时回传 3 笔,是不固定的
2 }' `0 O: l0 [- c9 D6 q/ a" U回头查语法定义
8 y) k1 V9 [$ f+ J8 h+ qwith & b% B( r( C% }2 W# g7 p
agentset with [reporter]0 D8 D2 Z) N: A. j
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.
1 T( K4 `$ b. M H它只说回传 agents satisfying the given condition
( \- x* I) M) P, r% l/ d: x是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? # _ Y$ V# X8 Z! l5 j4 ]0 a: h4 n
- K c; J7 @4 J9 P
想确定一下4 E v# v5 `" K
谢谢!1 G5 C8 o7 i8 O6 \" L
|
|