Scilab Function
Last update : 14/2/2006

whos - listing of variables in long form

Calling Sequence

whos()
whos -type typ
whos -name nam

Parameters

Description

whos() displays all current variable names, types and memory used.

whos -type typ displays all current variables with specified type.

whos -name nam displays all current variables whose names begin with nam .

Note : If a variable is global, a * appears ahead of his type.

Examples

whos()
whos -type boolean
whos -name %

See Also

who ,   typeof ,