|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序+ O: I: \; K, Z8 H$ A/ n& I: L
其中有一段如下
2 F' w9 ^2 ~: G6 sask turtles with [ infected? = true ] 2 n0 B! J0 J- m& n1 A0 U. B
我原本以为这句会回传『所有』infected? = true 的 turtle
( E! [$ e$ o7 }8 e但看结果似乎不是这样。
: ^7 e' I/ }6 [( x/ Z+ U( H
: C2 P- n8 r |假设所有符合条件的有 5 笔: {4 _" W) t; {
有时候回传 1 笔,有时回传 3 笔,是不固定的
$ [7 {; y1 L; N: d) P3 ^# s" E9 D回头查语法定义
2 q& y4 Y6 B7 D' Z$ Y9 ywith
1 x% i J( n( o* O8 dagentset with [reporter]5 q" c" Z8 Z8 t# H& i1 L6 m$ H7 G
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.0 |2 f1 A6 v6 V2 W) \/ G. l" Q3 |8 _
它只说回传 agents satisfying the given condition: Y5 z+ p/ }% P5 G) n9 E
是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 8 q9 n- Y3 K( n. Y
7 j- T% B+ d o6 m7 S w想确定一下
2 c0 ]. o8 ` ]谢谢!
+ c9 B" K6 G8 w& H3 [- X# I |
|