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

Go to the source code of this file.

Functions

void end_procedure (Environment *_environment, char *_value)
 Emit code for END PROC.

Function Documentation

◆ end_procedure()

void end_procedure ( Environment * _environment,
char * _value )

Emit code for END PROC.

Parameters
_environmentCurrent calling environment
_valueValue to the return

Definition at line 72 of file end_proc.c.