get

Get data from stdin.

Syntax

result = get ( prompt ) ;

Arguments

str prompt

Return Value

list result

Warnings

%EOF : At the end of file, the result is "".

Exceptions

%ARGUMENT : Invalid arguments. Usage: result = get ( prompt ) ;

Description

None

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

None