Login
7 branches 0 tags
Ben (X13/Arch) [++]/[+=] -> [inc!] and [--]/[-=] -> [dec!] and added [inc]/[dec] 8679581 3 years ago 713 Commits
nujel / modules / test.nuj
[def counter 0]

[defn count [] counter]
[defn count! [] [inc! counter]]

[export count! count!]
[export count count]