OctaveREPL: Repl octave

Description Super class Methods Examples

Description

Repl octave

Repl octave

Super class

octaver::OctaveSession -> OctaveRepl

Methods

Public methods

Inherited methods

Method new()

Usage
OctaveREPL$new(bin = find_octave(), params = "")

Method prompt()

Usage
OctaveREPL$prompt(prompt)

Method clone()

The objects of this class are cloneable with this method.

Usage
OctaveREPL$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

1
2
3
4
5
6
## Not run: 
OctaveREPL$new()
A = 1;
A

## End(Not run)

kvasilopoulos/octaver documentation built on Jan. 27, 2021, 12:20 a.m.