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

Go to the source code of this file.

Functions

void text_set_tab (Environment *_environment, char *_new_tab)
 Emit code for SET TAB ....

Function Documentation

◆ text_set_tab()

void text_set_tab ( Environment * _environment,
char * _new_tab )

Emit code for SET TAB ....

Parameters
_environmentCurrent calling environment
_new_tabNew tab count value

Definition at line 67 of file set_tab.c.