GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pt-vm-eval.cc File Reference
#include "defun.h"
#include "variables.h"
Include dependency graph for pt-vm-eval.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list F__enable_vm_eval__ (const octave_value_list &args, int nargout)
 

Variables

static bool V__enable_vm_eval__ = false
 

Function Documentation

◆ F__enable_vm_eval__()

OCTAVE_EXPORT octave_value_list F__enable_vm_eval__ ( const octave_value_list args,
int  nargout 
)

Variable Documentation

◆ V__enable_vm_eval__

bool V__enable_vm_eval__ = false
static

Definition at line 37 of file pt-vm-eval.cc.

Referenced by F__enable_vm_eval__().