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

Go to the source code of this file.

Functions

void cls (Environment *_environment, char *_paper)
 Emit code for CLS.

Function Documentation

◆ cls()

void cls ( Environment * _environment,
char * _paper )

Emit code for CLS.

Parameters
_environmentCurrent calling environment
_paperColor to use to clear the screen (NULL = default one)

Definition at line 47 of file cls.c.