Description Super class Methods Examples
Repl octave
Repl octave
octaver::OctaveSession
-> OctaveRepl
new()
OctaveREPL$new(bin = find_octave(), params = "")
prompt()
OctaveREPL$prompt(prompt)
clone()
The objects of this class are cloneable with this method.
OctaveREPL$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 4 5 6 | ## Not run:
OctaveREPL$new()
A = 1;
A
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.