|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
' l0 `( \( `0 ]& n) a! `其中有一段如下
9 @: d8 h! |* X3 V3 v; Pask turtles with [ infected? = true ]
; s3 r1 ?) d/ z我原本以为这句会回传『所有』infected? = true 的 turtle
1 \) Y! n; d1 c% H但看结果似乎不是这样。
; b5 W6 r8 N0 b5 D% T4 E$ K7 Z0 O( Z* A- Y/ D
假设所有符合条件的有 5 笔
7 u: j! A( O1 ]* |+ {* r9 ~8 b" o有时候回传 1 笔,有时回传 3 笔,是不固定的2 G/ u, [0 w1 D# K
回头查语法定义& a( n- U) l; F! z H' ?
with
0 S, J+ v! {6 c; o ~2 X* A0 Uagentset with [reporter]. K9 S. Q! U* k4 J+ z F
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, Z2 L0 m9 }& X* O/ n. r
它只说回传 agents satisfying the given condition
7 e+ l& f |# b5 B0 I是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
8 \$ ~) k# G" e) K1 U! c- q$ n' f+ T# g" i4 q1 {
想确定一下
& n% W. B& s0 @, p谢谢!$ g* ?, M$ M& \9 W# u: v) Q& |. ?
|
|