o_whos
returns a detailed description of the variables
defined in the current Octave session.o_whos(..., options, rm.ans = FALSE)
o_who
and o_whos
. Only names matching any of the patterns are returned.who
.
See section Octave Documentation.ans
should be included in the result (FALSE
) or removed (TRUE
).[Generated from Octave-
o_clear()
.O$a <- 1 .O$b <- 10 o_whos()
o_eval("sqrt(2)") o_whos()
o_ls
; o_who