Skip to content

Builtin Variables

Craig Edwards edited this page Apr 28, 2023 · 3 revisions

Builtin Variables

  • TRUE - Always contains the numeric value 1
  • FALSE - Always contains the numeric value 0
  • PID - Contains the process ID of the current process
  • ARG$ - Contains the command line passed to the current process
  • PROGRAM$ - Contains the fully qualified pathname to the current process
  • PI# - Contains the constant π, e.g. 3.141592653589793238
Clone this wiki locally