|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
#include "../../ugbc.h"Go to the source code of this file.
Functions | |
| void | text_text (Environment *_environment, char *_text, int _raw) |
| void | text_newline (Environment *_environment) |
| void | text_tab (Environment *_environment) |
| void | text_at (Environment *_environment, char *_x, char *_y, char *_text) |
| Variable * | text_get_xcurs (Environment *_environment) |
| Variable * | text_get_ycurs (Environment *_environment) |
| void | text_question_mark (Environment *_environment) |
| void text_at | ( | Environment * | _environment, |
| char * | _x, | ||
| char * | _y, | ||
| char * | _text ) |
| Variable * text_get_xcurs | ( | Environment * | _environment | ) |
| Variable * text_get_ycurs | ( | Environment * | _environment | ) |
| void text_newline | ( | Environment * | _environment | ) |
| void text_question_mark | ( | Environment * | _environment | ) |
| void text_tab | ( | Environment * | _environment | ) |
| void text_text | ( | Environment * | _environment, |
| char * | _text, | ||
| int | _raw ) |