Vely logo install | documentation | examples | changelog
16.10.0 released May 10, 2023
get-sys

Purpose: Obtain data that describes the system.

get-sys \
    environment <var name> | web-environment <var name> \
        | os-name | os-version \
    to [ define ] <variable>

System-describing variables can be obtained with get-sys statement and the result stored into <variable>. The following system variables can be obtained:
Note that all the string values above should be treated as constants - do not change them as that may cause program to malfunction. If you want to alter any of these values, make a copy first (see copy-string).
Examples
Get the name of the Operating System
get-sys os-name to define os_name

See also
System information ( get-sys  )  SEE ALL (documentation)


Copyright (c) 2017-2023 Dasoftver LLC