|
|
新手发问超简单问题,目前还处于研读范例码的阶段,边测边看结果来理解程序
/ K3 t f( L5 V }2 v其中有一段如下
$ N* B, a; z) B- X! l+ C' Fask turtles with [ infected? = true ]
* U' W. Z/ H$ F/ e/ _7 g/ L( X我原本以为这句会回传『所有』infected? = true 的 turtle
6 M# U/ T/ q9 N3 v但看结果似乎不是这样。5 k! f a n# i! z& n9 g; H9 ?
v" y; }6 K P) h! O9 U) A' }
假设所有符合条件的有 5 笔
; g) o- G* Z3 E; G% C( G1 U2 M! _有时候回传 1 笔,有时回传 3 笔,是不固定的
7 m+ L# x2 S7 G$ |, c回头查语法定义
' D3 A3 E2 O, t& e! |, p% ewith $ T! n/ \8 E: J/ H- F
agentset with [reporter]8 d$ T; e r! g5 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.; b5 {7 R, P* x4 b8 k: H( j+ q
它只说回传 agents satisfying the given condition
/ p: ~' Y1 P" f8 g: H是否 with 回传的是『符合条件』的数据,而不是『所有符合条件』的数据 ? 0 R, J! ~0 b R$ s! Y
. y1 H, S6 h2 b# n! T
想确定一下
/ j/ B' u' @) W$ s谢谢!, p9 k! p: { y: z5 \- q, M
|
|