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

Go to the source code of this file.

Functions

void inkb (Environment *_environment, char *_value, char *_color1, char *_color2)
 Emit code for INKB ... command.

Function Documentation

◆ inkb()

void inkb ( Environment * _environment,
char * _value,
char * _color1,
char * _color2 )

Emit code for INKB ... command.

Parameters
_environmentCurrent calling environment
_colorColor to use for the pen

Definition at line 73 of file inkb.c.