|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序0 e7 o) I. I6 z( y5 J$ P- ]8 {
其中有一段如下" k2 q8 H, {3 U( E7 p
ask turtles with [ infected? = true ]
. |2 m) V, ]6 x5 e5 s+ Y, M我原本以为这句会回传『所有』infected? = true 的 turtle; l# J1 H+ t1 v: E. N, }
但看结果似乎不是这样。
3 C2 T+ g2 V+ O6 o& m6 L) Q/ Q1 ~& i5 J' J3 o& j4 o
假设所有符合条件的有 5 笔- o9 ]+ `( M. Y* e* U6 F
有时候回传 1 笔,有时回传 3 笔,是不固定的
% y& G0 M# [% h& A* s回头查语法定义) ?3 q6 e% T8 P$ v* @
with
( l8 o3 C4 t- @2 i4 _- Jagentset with [reporter]
% h q, p' v7 I" L8 wTakes 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./ a& c: A' D% s r
它只说回传 agents satisfying the given condition; ~$ b0 B3 p( [% q
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 2 W# V; t; `: P4 O1 s. F
; o Z/ _1 Y% n, u7 \# e. `
想确定一下+ M/ {/ X4 c7 \$ B# N! x
谢谢!* E4 C) a% k9 k1 M5 I& M
|
|