|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | varptr (Environment *_environment, char *_name) |
| Emit code for function = VARPTR( ... ). | |
| Variable * varptr | ( | Environment * | _environment, |
| char * | _name ) |
Emit code for function = VARPTR( ... ).
| _environment | Current calling environment |
| _identifier | Identifier to explore |