|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序 F; S* ~8 M" w3 \, \, C' D
其中有一段如下
: ]* T$ ?7 N8 ~2 a' D. Z4 Gask turtles with [ infected? = true ]
+ |! Q' V8 s* x我原本以为这句会回传『所有』infected? = true 的 turtle
8 G; P$ M; B6 d# R但看结果似乎不是这样。1 m+ i% P6 v% l$ H/ e
. X+ y/ B9 b# @4 P假设所有符合条件的有 5 笔
! Z* o/ b) b+ b3 S有时候回传 1 笔,有时回传 3 笔,是不固定的
; y4 ^/ ~: r- O# Z+ J! z7 A回头查语法定义
% @& N% `$ ]; Dwith 7 \& R# R* }7 {" r
agentset with [reporter]) U+ ?; t! h' }. x' E
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.
8 K, j: x7 b9 _; i3 i$ X, G它只说回传 agents satisfying the given condition7 B$ d7 H& }4 c* h, e! v7 R
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
( ]& u+ j2 c6 {2 F4 U$ s* E" P) p; W6 t0 }; R0 X: Q
想确定一下" J' w$ [1 y" W; J' D+ m. Q
谢谢!
% N O8 i9 r7 R* L |
|