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

Go to the source code of this file.

Functions

Variableparam_procedure (Environment *_environment, char *_name)
 Emit code for PARAM(...).

Function Documentation

◆ param_procedure()

Variable * param_procedure ( Environment * _environment,
char * _name )

Emit code for PARAM(...).

Parameters
_environmentCurrent calling environment
_nameName of the procedure
Returns
Variable* Variable with the result of the function

Definition at line 71 of file param.c.