|
ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
|
Go to the source code of this file.
Functions | |
| Variable * | tile_belong (Environment *_environment, char *_tile, char *_tiles) |
| Emit code for TILE ... BELONG TO .... | |
| Variable * tile_belong | ( | Environment * | _environment, |
| char * | _tile, | ||
| char * | _tiles ) |
Emit code for TILE ... BELONG TO ....
| _environment | Current calling environment |
| _tile | Tile to check |
| _tiles | Tiles to check |
Definition at line 70 of file tile_belong.c.