PENSIZE

Synopsis
PENSIZE
Description

Outputs the size of the pen as a list with two items: [Width Height]. The width item is ignored by FMSLogo.

Example
SETPENSIZE [10 20]
SHOW PENSIZE
[20 20]
SETPENSIZE [1 1]
SHOW PENSIZE
[1 1]

SourceForge.net Logo