|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
6 k4 [ [0 u9 G& y) M" `: T其中有一段如下
7 c, t/ W9 ]) S7 K1 c6 mask turtles with [ infected? = true ] $ E8 ~* w0 k$ D' M
我原本以为这句会回传『所有』infected? = true 的 turtle
6 r$ E# l# o) q但看结果似乎不是这样。8 o( p7 h: e% b( v0 D7 [$ }) t R6 J
7 I& W7 @3 a: j+ F/ R6 n& E假设所有符合条件的有 5 笔& p* E; p" Y- U8 T
有时候回传 1 笔,有时回传 3 笔,是不固定的
( e# x% p% S M2 m* u6 ]0 O4 U回头查语法定义
u+ C1 i+ g F( u& t" `! t% A3 a: Wwith & P0 J/ {4 H; X. c
agentset with [reporter]9 i7 F2 v) V$ \8 ^
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.$ l! T( y+ M2 C
它只说回传 agents satisfying the given condition
8 b1 H( P! b' h是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ?
/ _" c' e$ P1 l" W8 e( F6 i; J; R% A9 L
想确定一下
}2 Q( d$ E" W z谢谢!, A+ _8 L9 T. w% E) _# j
|
|