Contains instance of a runtime symbol. More...
#include <script.h>


Data Fields | |
| char * | data |
| content of symbol | |
| const char * | name |
| name of symbol | |
| header * | scope |
| scope of symbol definition | |
| unsigned | size |
| size of data buffer or 0 if const | |
Contains instance of a runtime symbol.
Symbols may be read-only or read-write. Symbols that refer to data stored elsewhere are considered references, and references are used to pass arguments into defined functions.
Definition at line 128 of file script.h.
1.6.3