LOGOVERSION
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 Identifier | Locale Name |
---|---|
1031 | German |
1032 | Greek |
1033 | English |
1034 | Spanish |
1036 | French |
1040 | Italian |
1045 | Polish |
1049 | Russian |
1050 | Croatian |
2052 | Simplified Chinese |
2070 | Portuguese |
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.
SHOW LOGOVERSION
[FMSLogo 8.4.0 Windows 1033]