|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
: h T/ c. o. V# F% M/ r其中有一段如下
" O$ O* r, F) a9 t- m+ d6 Qask turtles with [ infected? = true ] ; ]+ z+ A+ R6 B. A% @8 f3 f
我原本以为这句会回传『所有』infected? = true 的 turtle
: R5 {' S$ o$ H$ ^! D但看结果似乎不是这样。6 X# C& \5 C5 g v: R" J1 m
+ i B& d- ~. L- L5 K9 y2 l" \, m
假设所有符合条件的有 5 笔
7 `6 x/ m$ Y+ K9 L N p9 f+ Z有时候回传 1 笔,有时回传 3 笔,是不固定的) O! V0 I: v$ r& e
回头查语法定义
6 g) e& L( q y/ Mwith
1 R$ l# A- Z/ W+ E- \! X- yagentset with [reporter]
+ P: h5 K$ Y& q6 z. ~$ JTakes 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.$ ^2 s+ e6 l) D5 Z+ n. F! }
它只说回传 agents satisfying the given condition! f6 Y- d1 M) f$ S
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 6 i1 a$ \# \- u# Z6 o8 J) ?
- H( b0 h% ]/ x, `6 y
想确定一下
# N2 e4 w: v- M谢谢!$ q) ?$ _6 Z4 k/ v' x
|
|