Scilab Reference Manual |
---|
whos — listing of variables in long form
whos() whos -type typ whos -name nam
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
whos() whos -type boolean whos -name %
<< while | who_user >> |