|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
* i+ k) k+ B. q& x1 p0 Y其中有一段如下8 N. U* v# s9 b0 I& B& H+ y3 C
ask turtles with [ infected? = true ] + S) y4 t* e- O# V$ X4 S) r i( h. v
我原本以为这句会回传『所有』infected? = true 的 turtle
& l& \" D* `6 g但看结果似乎不是这样。
4 U a2 Y% `/ J/ `# V6 P- `' E$ L3 U/ K/ P$ Y2 Z* K( l
假设所有符合条件的有 5 笔
1 f" V9 Y1 F% E7 v& u+ l有时候回传 1 笔,有时回传 3 笔,是不固定的5 g; g/ M$ ^4 \( Z f
回头查语法定义
& m) r; |. _; z! T! @with $ a g k- h: l5 D% b0 D: Q# R, u& c
agentset with [reporter]# f: r' T- ^: B. 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.
j$ [ ~" I- j ?! G+ R它只说回传 agents satisfying the given condition
: i0 F. v' u3 ~1 o是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
9 H% i; M B) f$ O0 T4 d
9 V, }* {2 a& d0 N1 Z9 ~/ H想确定一下
) [4 {! [ [+ ^* q谢谢!
, l3 J9 {* \; h* \2 D |
|