|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
4 n6 w& o9 j3 |* u/ G其中有一段如下
- h! x8 K3 m9 `5 F s# \ask turtles with [ infected? = true ]
9 Q6 G3 B8 Q, e8 E& B+ r& a) J我原本以为这句会回传『所有』infected? = true 的 turtle
( H: S# m* g: W6 s% k) V但看结果似乎不是这样。
. P. n0 [3 @4 X3 i
- V2 q* n) Y: C/ p) F# m6 D假设所有符合条件的有 5 笔( R+ q. |# e% h
有时候回传 1 笔,有时回传 3 笔,是不固定的
9 Y) Y4 Z. d4 f% a4 u# k, E回头查语法定义
' h. H$ u- @; b) `" L5 v) ]- gwith / u: r2 ?; S. `7 R/ g! a
agentset with [reporter]. [& ]; Y- I4 l, P$ B( B( ^. j+ C" a
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.% H. G. D9 l) Y. y1 z3 @$ |5 e3 I/ D% c
它只说回传 agents satisfying the given condition
8 b5 }% V" u4 F2 S. k是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? / z9 l3 k) O# R* {) M7 t7 d R
8 B- f, b2 p" |2 R, }! i2 j想确定一下4 q/ M" B# ~+ S
谢谢!2 A* C- U5 H. Y5 U
|
|