|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序$ n! e* P4 m: I1 y
其中有一段如下
) s; k. B% o6 x1 b- gask turtles with [ infected? = true ]
( L0 p1 I0 x& E2 a, P4 J# o我原本以为这句会回传『所有』infected? = true 的 turtle+ I0 o" I. m- i, P
但看结果似乎不是这样。
2 L6 t! c' q8 z' F9 }; I5 _0 r; U* D9 T
假设所有符合条件的有 5 笔
2 s0 T; ], M" i: u* l0 |( }! n+ D有时候回传 1 笔,有时回传 3 笔,是不固定的
3 A8 H- Q# K& ]; G回头查语法定义
. c% H; S4 P8 P- f; wwith
- X! }+ D9 M$ R1 d0 \, E9 zagentset with [reporter]- U/ f3 P2 z' G# t6 z. r$ ^
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.$ f9 H' H6 {; j3 y2 J0 B
它只说回传 agents satisfying the given condition
, _2 U' }+ K; K& e0 W9 E: h4 }是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
$ n( K5 v# Z% u c# }+ p# X: @2 w2 H- }7 `! j/ `
想确定一下
% ~: z, k( G+ ^ `+ T( H( F谢谢!/ D; J- f; }( d2 C# d- I
|
|