Recursive functions working

This commit is contained in:
Krzosa Karol
2022-05-26 22:40:30 +02:00
parent 18a895153e
commit 3c6d02877b
2 changed files with 17 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
lambda :: (thing: int)
in_val := lambda
some_value := thing + const_in_lambda
const_in_lambda :: 10
not_const := val + 10