remove nfnl

This commit is contained in:
Adam Jeniski
2025-08-14 12:37:49 -04:00
parent b0b2be1e8e
commit 070218bc91
4 changed files with 5 additions and 13 deletions
-9
View File
@@ -1,9 +0,0 @@
(local foo 25)
(fn add [a b]
(+ a b))
{:add add}