|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序3 J4 O) d8 u5 G
其中有一段如下
( ?8 V2 Y/ M, S+ i/ bask turtles with [ infected? = true ]
5 ]- R( d2 y8 y- K: Q我原本以为这句会回传『所有』infected? = true 的 turtle
( O9 G1 Z. f" I" U1 C, ?但看结果似乎不是这样。
$ r0 ~, ^, F. p* e, s" U' y* y, F9 W7 j% X0 V* J+ w5 m/ O
假设所有符合条件的有 5 笔5 b& X5 _2 N$ l; _1 R/ n/ ]
有时候回传 1 笔,有时回传 3 笔,是不固定的" `( i; L* k f A
回头查语法定义
4 `2 J S& E7 o# qwith
1 w, l; U' @- Yagentset with [reporter]4 X8 p' U4 L$ n1 s# \' 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.+ p& N8 V. [ @& ]8 c- o; M! l$ P
它只说回传 agents satisfying the given condition
4 W, j) F, l. M- T, t# y- d是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
% j) L: q8 z2 ^7 m: @
# {* x( z# U% s想确定一下% d. P, B0 U4 c
谢谢!6 m4 k. L1 J) x1 X& {" L& H
|
|