|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
9 N$ Q. {" T# q/ h& s其中有一段如下
; i) s0 b* Z3 g, [- T* Vask turtles with [ infected? = true ] " _, k/ ]$ r3 x5 V
我原本以为这句会回传『所有』infected? = true 的 turtle
; Q, d$ Y* V1 k! ?% f但看结果似乎不是这样。9 ~! L0 c6 R) Z& Y& d$ o
. \, d+ a ?% s假设所有符合条件的有 5 笔
; O! p; N) Z* J/ k5 b有时候回传 1 笔,有时回传 3 笔,是不固定的7 O" l a# F. s5 @+ y* r
回头查语法定义 [% q& q" ?' ]4 y1 N5 I
with 8 {" x3 i6 L' M1 ?4 P# A0 A
agentset with [reporter]) t) i3 R: v# F, p) f( m3 g/ E
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.- \3 R# N0 ~ o( l# l
它只说回传 agents satisfying the given condition
; H$ R& q4 w* e8 i4 d1 T+ @- P是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? . J6 f1 ?7 C' B3 D. O. L e/ e7 l
. l4 @) b% S5 {2 ?% l6 ~3 w想确定一下$ Q) ?% v# E9 D- M5 k
谢谢!/ V# l8 Y" E; d& G: L
|
|