|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序" l& s% e5 u0 m0 w
其中有一段如下6 O4 ?4 v1 k5 u0 k& I
ask turtles with [ infected? = true ] ; X4 e* e0 q, h# q" \7 f; ]
我原本以为这句会回传『所有』infected? = true 的 turtle! r6 Y0 Z* w6 Q
但看结果似乎不是这样。
: t1 L, q3 u- n5 o; R5 ]
& x- n8 h0 H9 J* {) G, g& H假设所有符合条件的有 5 笔, ~5 O1 D3 |. q5 H% k
有时候回传 1 笔,有时回传 3 笔,是不固定的( z) V+ v7 }2 W$ [
回头查语法定义& j/ ?. H' r J0 ]( S+ m8 ]
with
! L' r# n3 F: e2 l% [6 Cagentset with [reporter]
_3 o3 i2 I2 ?; F! R: `0 UTakes 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 I7 s* f- |5 k2 J1 k
它只说回传 agents satisfying the given condition
5 i0 G! p+ d( U是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 1 s/ ]1 y9 { P9 \& I( ?; X
+ C. L/ R& t9 V; l4 d% Z想确定一下# e. c- |, |( t# k3 j2 E! I1 L5 U
谢谢!! y- n$ j9 l) x! q* k$ g' C
|
|