LOGOVERSION

Synopsis
LOGOVERSION
Description

Outputs a four item list that describes the version of Logo which you are using. The first item is the name of the application (FMSLogo). The second item is the version of FMSLogo. The third item is the operating system on which you are running. The fourth item is an integer that represents the locale for which FMSLogo was built. The meaning of this integer is given in the following table.

Locale IdentifierLocale Name
1031German
1032Greek
1033English
1034Spanish
1036French
1040Italian
1045Polish
1049Russian
1050Croatian
2052Simplified Chinese
2070Portuguese

LOGOVERSION is provided so that you can write portable Logo programs that run on different versions of Logo. By knowing what version of Logo you are using, your program can take best advantage of what each version offers you.

LOGOVERSION is supported by other Logo environments, including aUCBLogo and Elica.

More items may be added to the list in future releases, so you should use ITEM to get the fourth value, instead of LAST.

Example
SHOW LOGOVERSION
[FMSLogo 8.3.2 Windows 1033]

SourceForge.net Logo