|
Microsoft BASIC互換モードに於いて、
xbase=100:ybase=100
draw enban1
draw enban1 with rotate(0.2)*scale(2)
picture enban1
circle(xbase+100,ybase+100),100,4
line(xbase,ybase)-(xbase+100,ybase+100),5
end picture
を実行すると、
with rotate(0.2)*scale(2)が無視されます。
特にエラーにはなりません。
Microsoft BASIC互換モードに於いて、大部分の、標準BASICモードの命令記述で動作するのですが、本事例につては、動作不可なのでしょうか。
|
|