|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
1 ?! g/ B; j n- U6 z, {其中有一段如下
- A4 P8 k: z' @ask turtles with [ infected? = true ] ' F* F0 M8 N# p8 N$ m$ l* m
我原本以为这句会回传『所有』infected? = true 的 turtle
% ]4 I6 q% g; o4 q3 E但看结果似乎不是这样。6 m8 k: ^1 E; q! ~3 \- {; r# y( x
$ g; r- q( k) x8 k假设所有符合条件的有 5 笔6 h/ Q" ]7 M. f. v+ b
有时候回传 1 笔,有时回传 3 笔,是不固定的/ y5 a1 \* p9 d8 n# M) M4 C
回头查语法定义
/ A- B( \$ Q9 e, Kwith
/ [ O$ A9 J! C8 _5 hagentset with [reporter]( Q ~3 c; H2 w7 w _
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.5 L3 o) r: e/ m" `9 s3 t
它只说回传 agents satisfying the given condition5 R- ~; k$ S4 v$ h" A+ I, N
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
( S M& \% i7 r8 ?$ Q/ Z! I7 A' V: b7 s. \% a) u h
想确定一下5 R" }+ A% Z( E3 D% V, G' b
谢谢!. ]. j% N3 r2 M
|
|