Login
7 branches 0 tags
Ben (RPI 4) [test-run] outputs OS/ARCH, made OS more informative 2809890 4 years ago 166 Commits
nujel / lib / operation / special.h
#pragma once
#include "../nujel.h"

lVal *lnfTry(lClosure *c, lVal *v);
lVal *lnfDo(lClosure *c, lVal *v);
void lOperationsSpecial(lClosure *c);