|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序* T/ L/ {8 q7 n
其中有一段如下
# o/ T, v$ P2 { V' fask turtles with [ infected? = true ]
0 k/ F+ B* G! m7 f: L# c$ y8 ^- c; g我原本以为这句会回传『所有』infected? = true 的 turtle$ ]6 i9 @, n$ i/ {4 F* n
但看结果似乎不是这样。) F) Z/ D% `5 d6 a: X3 N1 Q
# p- F( O) M: c6 E: [! ]- e j
假设所有符合条件的有 5 笔
- O) \) {; i5 m# G. r* h: L2 S4 U有时候回传 1 笔,有时回传 3 笔,是不固定的 ?& i1 y7 R* l" T, ]) Q
回头查语法定义( u$ f- B- Y3 j' I& G
with
( L; {: X3 j! }. `agentset with [reporter]
' B$ @+ R7 |- U: ]8 BTakes 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.8 I. d3 x; X, \; _$ z( w
它只说回传 agents satisfying the given condition+ G" q. X/ E* U! F& n4 _( `0 E
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
. |# ?" J1 A$ x* {9 y3 A; ?
' q( {# P, k( ~1 ], ] U1 p, ?1 A想确定一下3 \4 b% f* Q1 n- x7 E
谢谢!9 s* q" t: e0 O% A
|
|