Paula Script
Namespaces | Functions | Variables
paula.h File Reference
#include "defs.h"
#include "args.h"

Go to the source code of this file.

Namespaces

 paula
 

Functions

void paula::printVersion ()
 
const Error * paula::run (const char *)
 Run a script and return error, or NO_ERROR, if everything went well. More...
 
const Error * paula::run (IInputStream &)
 Run a script and return error, or NO_ERROR, if everything went well. More...
 
void paula::runSafe (const char *)
 Run a script. If an error occurs, print the error. More...
 
void paula::runSafe (IInputStream &)
 Run a script. If an error occurs, print the error. More...
 
Var paula::get (const char *varName)
 Get a variable by name. Return 'empty' if the variable is not found. More...
 
const Error * paula::addCallback (const char *name, const Error *(*_action)(Args &))
 Add a callback to call from a Paula script. More...
 

Variables

constexpr const char * paula::PAULA_VERSION = "0.1"