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

Go to the source code of this file.

Functions

Variabletile_belong (Environment *_environment, char *_tile, char *_tiles)
 Emit code for TILE ... BELONG TO ....

Function Documentation

◆ tile_belong()

Variable * tile_belong ( Environment * _environment,
char * _tile,
char * _tiles )

Emit code for TILE ... BELONG TO ....

Parameters
_environmentCurrent calling environment
_tileTile to check
_tilesTiles to check

Definition at line 70 of file tile_belong.c.