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

Go to the source code of this file.

Functions

void pen (Environment *_environment, char *_color)
 Emit code for PEN ... command.

Function Documentation

◆ pen()

void pen ( Environment * _environment,
char * _color )

Emit code for PEN ... command.

Parameters
_environmentCurrent calling environment
_colorColor to use for the pen

Definition at line 47 of file pen.c.