ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
text_get_at.c File Reference
#include "../../ugbc.h"

Go to the source code of this file.

Functions

Variableget_at (Environment *_environment, char *_x, char *_y)
 Emit code for = AT$(...,...).

Function Documentation

◆ get_at()

Variable * get_at ( Environment * _environment,
char * _x,
char * _y )

Emit code for = AT$(...,...).

Parameters
_environmentCurrent calling environment
_xColumn to locate to
_yRow to locate to

Definition at line 41 of file text_get_at.c.