added foreach()

This commit is contained in:
2020-12-12 18:16:31 -06:00
parent 219a87c79c
commit ec8f5e7e4f
3 changed files with 42 additions and 0 deletions

View File

@@ -7,5 +7,6 @@
COSMO_API void cosmoB_loadLibrary(CState *state);
COSMO_API void cosmoB_loadDebug(CState *state);
COSMO_API CValue cosmoB_print(CState *state, int nargs, CValue *args);
COSMO_API CValue cosmoB_foreach(CState *state, int nargs, CValue *args);
#endif