Login
7 branches 0 tags
Ben (Mac) Added a way to run nujel with no StdLib d85e9f3 4 years ago 50 Commits
nujel / lib / operations / array.h
#pragma once
#include "../nujel.h"

lVal *lnfArrRef(lClosure *c, lVal *v);
void lOperationsArray(lClosure *c);