Run Octave

oct(
  code,
  args = character(),
  spinner = FALSE,
  echo_cmd = FALSE,
  echo = FALSE,
  timeout = Inf,
  wd = NULL,
  ...
)

Examples

if (FALSE) { oct("2+2") }