|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序" n# I( Q1 {3 t6 O
其中有一段如下
4 V- n$ g0 f; J7 B: yask turtles with [ infected? = true ]
1 O' y P2 D( |' T: F; S9 c1 L我原本以为这句会回传『所有』infected? = true 的 turtle
4 S7 z; C4 e: ~$ G4 q但看结果似乎不是这样。1 ]( k8 p& k5 h
: Z7 W- g3 G7 @- h3 B9 z: v假设所有符合条件的有 5 笔
8 G! @) `+ Q; a有时候回传 1 笔,有时回传 3 笔,是不固定的
* |8 M% d- I7 Y+ O回头查语法定义5 R1 N/ k# \2 D
with
, @* h0 @2 D8 s, \) K6 a {# M" _! t! iagentset with [reporter]
/ u! v; J2 N) d3 v0 _( eTakes 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.& u, H' p& x0 m8 V) k$ p2 K
它只说回传 agents satisfying the given condition
4 X) E: ?8 {& o5 Y) w' Z是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 0 z8 V+ I9 `' d8 D2 U" h
- S+ `, r a' ~3 z想确定一下( n' f( g0 O# T0 Y6 X0 g1 e
谢谢!
6 b6 h: f- I6 A' T) U/ v |
|