Navigation

Operators and Keywords

Function List:

C++ API

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>

Include dependency graph for hello.cc:


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   
)