|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序3 P: H& w7 T, F0 _) Y( `
其中有一段如下8 Y; c* n) f2 u/ h
ask turtles with [ infected? = true ] & n1 d. Q+ b, e/ Y! \2 C6 ~# t5 p
我原本以为这句会回传『所有』infected? = true 的 turtle
: K5 X5 C$ a! V) @但看结果似乎不是这样。
- p- T, S5 V# z8 a6 Z: b4 z# F) `$ A$ z% a5 J4 j3 ]. ~
假设所有符合条件的有 5 笔7 W% D- J- F' _; }1 h1 o) h! \
有时候回传 1 笔,有时回传 3 笔,是不固定的+ ^! T Q: c q8 t: ]6 h2 N
回头查语法定义2 D- Y6 m8 i, z, O
with
% \# _8 _" j) l/ M. magentset with [reporter]$ j/ U! B) Q$ x8 n4 }( o* S
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.- w$ u& K N3 P2 l& n$ ~
它只说回传 agents satisfying the given condition
. K8 s6 S% x- ]8 \! a是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
! r, @; A) C0 p4 m* ]/ e% ^, O4 w" Q! D. O7 l9 z/ f+ K. o
想确定一下
3 ^% E1 c& Z) P. ?& N: w谢谢!
& T! j- M7 y7 k/ G- r: y: s( X |
|