|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序! V4 F z2 {& y r) D; _ M
其中有一段如下
8 x0 u1 J5 Z% s4 K- z' G/ `1 Uask turtles with [ infected? = true ]
U9 t# W7 b; E! ?; t& F" m我原本以为这句会回传『所有』infected? = true 的 turtle
" n! ^) ?1 M4 l但看结果似乎不是这样。
% h4 e' l/ \) l6 F9 }4 Q- G# d/ e6 J" b" {0 j/ n
假设所有符合条件的有 5 笔3 Q0 I2 k, w: b" m# R
有时候回传 1 笔,有时回传 3 笔,是不固定的
8 L/ f K2 g% \回头查语法定义
: F9 `# w- P S! h, t( B+ jwith , k) ^9 _. n9 u
agentset with [reporter]
+ l0 {( o- ~; z C5 A( P) j7 y" N$ Q3 RTakes 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.
. q& A/ d: m8 S& w& q- V6 u它只说回传 agents satisfying the given condition4 b0 a# y: p5 y7 I7 I
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 8 d5 l4 K- t. m/ P3 k4 h7 O" d7 @
* {" s( Y! X( e& ~ n# a \
想确定一下2 f) l+ w1 ?7 z# w1 }- w
谢谢!- b! ]. n7 d' p/ y
|
|