APLVersion Property
Applies To: Root

Description

This is a read-only property that provides information about the Version of Dyalog APL that you are using. It is a 4-element vector of character vectors as described in the table below.

Note: In future releases these values may change, be removed, or new ones added.

Index Description Possible Values
[1] Target Environment Windows
Windows-64
Windows Mobile
Linux
Linux-64
AIX
AIX-64
Mac-64
Solaris
Solaris-64
[2] Version Number
[3] Version Type
W Windows
S Server (terminal) version
M Motif
P PocketAPL
[4] Program Type Development
Runtime
DLL
DLLRT

Example

      ]display '.'⎕WG 'APLVersion'
┌──────┬────────────┬─┬───────────┐
│Mac-64│16.0.29941.0│S│Development│
└──────┴────────────┴─┴───────────┘