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

Go to the source code of this file.

Functions

Variablein_var (Environment *_environment, char *_port)
 Emit ASM code for IN.

Function Documentation

◆ in_var()

Variable * in_var ( Environment * _environment,
char * _port )

Emit ASM code for IN.

Parameters
_environmentCurrent calling environment
_portExpression with the port to receive input from
Returns
_value Valure read

Definition at line 101 of file in.c.