|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序# Q+ H8 @9 c$ A
其中有一段如下
5 `" U$ \! q+ R0 [$ `( e, \ask turtles with [ infected? = true ] $ Y- j) q# w- q6 Q& F6 P" v
我原本以为这句会回传『所有』infected? = true 的 turtle7 _2 A# y" ^& g% ]1 \: h6 [
但看结果似乎不是这样。. R' I9 k: K* Y1 z* o
8 X. e5 q5 K1 `& X1 \假设所有符合条件的有 5 笔 f6 f5 _& a+ z: R
有时候回传 1 笔,有时回传 3 笔,是不固定的
# a% t4 D1 P4 Q$ U& |. @回头查语法定义* d" p, x! S, N6 o9 {
with + f M, w: i' \7 ~; M
agentset with [reporter]
/ Y0 E" g* d! u! @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.5 C; w( ]1 m+ V: }( v
它只说回传 agents satisfying the given condition
3 e: U, ~5 u& t C" h! N; u是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 1 }" G: f5 H. d! h7 { r
: F3 d- G7 f6 H6 G, @5 J% Z/ p
想确定一下" g% U% l' d/ i/ ^( B3 q
谢谢!$ n0 s8 q' m4 U& f8 ~) A+ M
|
|