|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序 a/ M n" r' C: b' W
其中有一段如下
8 z5 _3 S4 T1 X7 o f; sask turtles with [ infected? = true ] * C5 h: x- k5 p! X5 P0 g( ~
我原本以为这句会回传『所有』infected? = true 的 turtle" c- Q, b3 J0 b( g* y
但看结果似乎不是这样。
7 R+ Q' B* ~: X' G2 ?4 h
# c2 a5 _/ A& o假设所有符合条件的有 5 笔
% Z. D9 y6 r( p1 X% g, |有时候回传 1 笔,有时回传 3 笔,是不固定的- R; _1 }# }3 ^% W5 n! \
回头查语法定义
+ @1 w9 ~0 ?' e l3 {5 a2 Uwith
% o9 `& t/ x6 I7 a( z$ U# P8 V8 [agentset with [reporter]
! ]! ] y J T) n5 O7 jTakes 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.
$ P' B/ v# i. Y2 Q" D它只说回传 agents satisfying the given condition
. t6 k" I5 q0 b4 ?. T是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? * K+ w$ l* g4 o, H" S4 @$ t# X
, k$ [, @' y ?1 T; _/ a+ F; i想确定一下
$ K0 h$ E+ G" S, J: R- u* D6 w谢谢!
; {7 \( P2 G/ O/ Z) V2 e |
|