heptagon/test/good/const_scope.ept
Gwenaël Delaval db5524df3f Tests addition
2017-05-23 22:10:39 +02:00

6 lines
79 B
Plaintext

const nat :float = 0.0
node main() = (nat : int)
let
nat = 0 fby (nat + 1)
tel