|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序3 |8 c2 ~3 T; t/ J8 d( C7 ]
其中有一段如下5 F9 ?& b5 R/ y) ]' S7 N. O
ask turtles with [ infected? = true ]
) P& o( n$ r1 }0 l- z我原本以为这句会回传『所有』infected? = true 的 turtle. L7 ~* B5 Y6 M: `6 `- _8 F
但看结果似乎不是这样。
1 I$ {1 P1 L. s( i* R9 w9 b1 F
L8 k. n; H! o假设所有符合条件的有 5 笔9 P }7 ^; `- ~9 O s- _
有时候回传 1 笔,有时回传 3 笔,是不固定的# g/ w# h2 Q3 _6 D: i6 }0 e5 @ X8 A
回头查语法定义- x- R& F4 z* u6 e& \: |, ^9 W
with
; q: T" J: |5 [9 N2 P/ |agentset with [reporter]6 V- H& Z5 p+ c8 T V
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.
: Q3 b4 n5 A& L它只说回传 agents satisfying the given condition
" u3 X0 F. h1 t/ @8 \8 S3 H( j- s是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
5 _/ o+ G! y( V
. y& _, A; N, P, ?想确定一下9 C9 J# t. q8 d2 e% k
谢谢!$ s. w' M4 U6 l" N% {) W* P
|
|