|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序, R) A" G* }/ ~* N6 I7 U' C1 p/ v! _
其中有一段如下
# r- g9 C! R" c8 c: B5 J4 rask turtles with [ infected? = true ]
# T- N# ~! a1 I; P) e, P我原本以为这句会回传『所有』infected? = true 的 turtle; S* h1 ~' J/ U4 e# F1 U
但看结果似乎不是这样。5 ^! u) z5 s! d3 j- I& e* P
' U, w5 j+ ^! e$ e4 i3 H8 ^7 o" y
假设所有符合条件的有 5 笔
$ |( p6 o8 b' _1 o有时候回传 1 笔,有时回传 3 笔,是不固定的) u$ s- j. P" W" W3 c5 s
回头查语法定义
& p3 X a) R" `, i Z* u) V8 fwith , e' _1 F- f+ Z$ P1 R3 c1 {# a
agentset with [reporter]( d$ h- J9 \* Y& `1 S( H
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.% F, [2 S5 p: j( o
它只说回传 agents satisfying the given condition' c' x; w2 v4 O! u; F
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 0 H! y% C9 V) z
( V( n1 ?4 O4 L, I* ^6 x& g% o( o
想确定一下9 }4 k% s4 u- y2 J' [
谢谢!! r2 L; C; U% d, J. {$ m
|
|