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

Go to the source code of this file.

Functions

int frames (Environment *_environment, char *_image)
 Emit code for FRAMES(...).

Function Documentation

◆ frames()

int frames ( Environment * _environment,
char * _image )

Emit code for FRAMES(...).

Parameters
_environmentCurrent calling environment
_imageimage to check
Returns
The number of frames

Definition at line 160 of file frames.c.