Recursive functions working
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
|
||||
|
||||
lambda :: (thing: int)
|
||||
in_val := lambda
|
||||
some_value := thing + const_in_lambda
|
||||
|
||||
const_in_lambda :: 10
|
||||
|
||||
not_const := val + 10
|
||||
|
||||
Reference in New Issue
Block a user