Basic order independent decls working
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
|
||||
|
||||
lambda :: (thing: int)
|
||||
some_value := thing + const_in_lambda
|
||||
const_in_lambda :: 10
|
||||
|
||||
not_const := val + 10
|
||||
val := 10
|
||||
|
||||
DEPENDENCE :: CONSTANT_VAL
|
||||
CONSTANT_VAL :: 10
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user