|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
2 E$ Y' f0 {- @3 ]其中有一段如下
- l6 x+ r$ t4 T* ^& }# Oask turtles with [ infected? = true ] # e1 O/ N" W, M" q
我原本以为这句会回传『所有』infected? = true 的 turtle
# u/ }; k6 }: g2 h* v f b但看结果似乎不是这样。
* {- f- }% I' T9 G
}: ~- ^0 u& X( f# `; U- w假设所有符合条件的有 5 笔
: B1 s! T* h% }+ W* \有时候回传 1 笔,有时回传 3 笔,是不固定的. s6 |5 n) W. {% z
回头查语法定义
- o/ z* U# h ~: t5 ~# kwith
7 H2 @/ t& G2 sagentset with [reporter]
3 b; d. {- o5 m' K+ k# cTakes 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.7 i: L9 Y% x& b
它只说回传 agents satisfying the given condition
7 O' H* H" M% C# \7 j是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
7 ~/ F6 S: O5 H- ?* K N4 ~6 Q6 h4 c; v2 P- I, v/ C Z
想确定一下
z$ M/ @/ F, }谢谢!. a7 {6 B0 a/ R5 ?% |5 @) s
|
|