|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序) s& r7 K: u- S% M+ P: h5 n; N
其中有一段如下
% Q& r1 |9 h' Q: zask turtles with [ infected? = true ] , ^/ g$ G( d: x; h
我原本以为这句会回传『所有』infected? = true 的 turtle
w' L* l4 R. f$ t3 \6 }但看结果似乎不是这样。, f9 T9 j! _2 n5 J, I; d
) l. i: h& |) L2 Y/ ?1 t
假设所有符合条件的有 5 笔
5 g# B+ p" x( W6 e9 `8 Z有时候回传 1 笔,有时回传 3 笔,是不固定的3 A8 R9 T6 P* S# g
回头查语法定义
N& U. I% Y! Iwith - ^6 i# F" T& @* Q
agentset with [reporter]! Q! E c3 \' J, {& o
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.
' t0 R* e# Y$ c1 e* ~它只说回传 agents satisfying the given condition
& G0 I3 D% r, L3 M" i- W2 a是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
7 M7 I& V8 v8 D7 }
" Q3 _: @! @. W8 A$ S P' [想确定一下
# i6 \. p: l$ k. E7 f谢谢!6 K/ S( \2 j. h$ Z
|
|