Error types, print lists, better fn calling

This commit is contained in:
2025-09-13 15:47:24 +10:00
parent e56c560514
commit 9e329968d1
5 changed files with 198 additions and 104 deletions

View File

@@ -14,7 +14,7 @@ fun -bool !jumpy
return true
endfun
call !jumpy &tmp
!jumpy &tmp
stdlnout "I called a function"