|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序5 N- K% p3 J% F. K z
其中有一段如下
* A; Q8 ~1 B+ Vask turtles with [ infected? = true ] 8 G- H: R. Q4 l) X
我原本以为这句会回传『所有』infected? = true 的 turtle7 f; _+ ?! B+ V% f3 i
但看结果似乎不是这样。( i, Q) W7 x; @0 H% @# K" _8 h" r) u
- Z, G; O9 x4 A$ A; [3 L0 ~+ W假设所有符合条件的有 5 笔' @, a5 H! V) [5 ?+ X$ C/ T6 V1 E
有时候回传 1 笔,有时回传 3 笔,是不固定的& A( f- R/ k7 Q
回头查语法定义
% d$ W/ |7 l) D a+ R2 F6 |with
; R$ T7 ~/ @; W7 ]4 ]$ magentset with [reporter], B& e# D3 t$ {6 v/ C
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.
( m( N- e" b) Z+ t% t它只说回传 agents satisfying the given condition! z+ H6 N- g f1 x/ G
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? % A6 s+ W M9 L8 H
, l) P1 |9 ~ D9 ~+ m- a( P想确定一下
/ [4 W4 j# N8 O谢谢!3 }9 E8 h9 v5 c5 \; |- e
|
|