mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Dummied out _index
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
#include "interpreter.h"
|
||||
|
||||
//the _index function is a historical oddity - it's used whenever a compound is indexed
|
||||
int _index(Interpreter* interpreter, LiteralArray* arguments);
|
||||
|
||||
//globally available native functions
|
||||
int _set(Interpreter* interpreter, LiteralArray* arguments);
|
||||
int _get(Interpreter* interpreter, LiteralArray* arguments);
|
||||
int _push(Interpreter* interpreter, LiteralArray* arguments);
|
||||
|
||||
Reference in New Issue
Block a user