|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序( r: D* f( r1 p( n8 O
其中有一段如下
) K+ E3 e+ c, J& @- m+ K8 Hask turtles with [ infected? = true ] 3 }( J, q6 Q- N
我原本以为这句会回传『所有』infected? = true 的 turtle6 p- ?% o1 p! w* C* {
但看结果似乎不是这样。" L z7 ?2 h0 J1 J" Q5 H. C3 i
# U) ^: R3 E1 p; a9 ]* }8 x假设所有符合条件的有 5 笔* R5 x: k+ Q8 q0 N [, l
有时候回传 1 笔,有时回传 3 笔,是不固定的
' \6 g+ I# Z3 X% l1 m# `5 K8 m/ \9 h回头查语法定义! U, D# i7 q& N9 s
with
/ g- f# d0 g3 U5 {& S" F) ]1 C0 R& Q! e! Nagentset with [reporter]
& Q! F2 \8 y- o) y( xTakes 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.% a0 P1 ~2 `4 U& t. t6 f+ p
它只说回传 agents satisfying the given condition# Z1 F2 P# S6 a; W: o
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? % L$ r/ h) {0 s: L" R: _! y. A
" \2 V/ W I0 V" f { ]
想确定一下6 b( o* {6 ], y+ i* }$ v# |" a
谢谢!
- {0 G9 M+ e% D( T |
|