Syntax

get <expression>

get name of field 3

Explanation

The get command is a synonym for the put command with the destination hard-coded to the variable “it”.

It is 100% identical to writing put <expression> into it.

See Also