Qore Programming Language Reference Manual 2.1.1
Loading...
Searching...
No Matches
QC_Expression.dox.h
1
3namespace Qore {
5
7class Expression {
8
9public:
11
15 constructor(Program pgm, string source, string label);
16
17public:
19
21auto eval();
22};
23}
Expression objects represent a single executable expression.
Definition QC_Expression.dox.h:7
auto eval()
Evaluates the expression and returns any return value.
constructor(Program pgm, string source, string label)
Creates the expression object.
Program objects allow Qore programs to support subprograms with the option to restrict capabilities,...
Definition QC_Program.dox.h:56
list< auto > list(...)
Returns a list of the arguments passed at the top level.
Qore namespace.
Definition QC_AbstractSmartLock.dox.h:2