|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| Variable * | get_at (Environment *_environment, char *_x, char *_y) |
| Emit code for = AT$(...,...). | |
| Variable * get_at | ( | Environment * | _environment, |
| char * | _x, | ||
| char * | _y ) |
Emit code for = AT$(...,...).
| _environment | Current calling environment |
| _x | Column to locate to |
| _y | Row to locate to |
Definition at line 48 of file text_get_at.c.