Commands

get

Supported By

Syntax

get expression

Expression yields any value.

Examples

get the short name of file 1
get 2+3
get the date

Description

The get command puts the value of any expression into the local variable it. That is, get expression is the same as put expression into it.