#include <octave/config.h>
#include <iostream>
#include <octave/defun-dld.h>
#include <octave/error.h>
#include <octave/oct-obj.h>
#include <octave/pager.h>
#include <octave/symtab.h>
#include <octave/variables.h>
Functions | |
DEFUN_DLD (hello, args,,"[...] = hello (...)\n\ \n\ Print greeting followed by the values of all the arguments passed.\n\ Returns all arguments in reverse order.") |