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

Go to the source code of this file.

Functions

void ink (Environment *_environment, char *_color)
 Emit code for INK ... command.

Function Documentation

◆ ink()

void ink ( Environment * _environment,
char * _color )

Emit code for INK ... command.

Parameters
_environmentCurrent calling environment
_colorColor to use for the pen

Definition at line 69 of file ink.c.