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

Go to the source code of this file.

Functions

void writing (Environment *_environment, char *_mode, char *_parts)
 Emit code for WRITING.

Function Documentation

◆ writing()

void writing ( Environment * _environment,
char * _mode,
char * _parts )

Emit code for WRITING.

Parameters
_environmentCurrent calling environment
_modeExpression with the writing mode
_partsExpression with the writings parts

Definition at line 48 of file writing.c.