タートルを特定の正方形の位置に配置したいと考えています。以下のコードが機能しないのはなぜですか? Netlogoはそれを受け入れますが、「タートル変数XCORを数値以外のfalseに設定できません」と言ってコンパイルしません。かなり単純なはずですが、多少回避できません。
crt 50
[
set size 2
set xcor xcor >= 81 and xcor <= 90 ;set initial location
set ycor ycor >= 81 and ycor <= 90 ;of turtles
set start-patch patch-here
pen-down
]