examples/hello.cc File Reference
#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>Go to the source code of this file.
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.") | |
Function Documentation
| DEFUN_DLD | ( | hello | , | |
| args | ||||
| ) |