Files
corelang/order1.kl
2022-06-09 21:30:52 +02:00

19 lines
282 B
Plaintext

package lambdas
other_func :: ()
a_val := recursive_lambda
recursive_lambda :: (thing: S64)
in_val := recursive_lambda
some_value := thing + const_in_lambda
const_in_lambda :: 10
not_const := val + 10
val := CONSTANT_VAL
DEPENDENCE :: CONSTANT_VAL
CONSTANT_VAL :: 10