heptagon/test/good/const_scope.ept

6 lines
79 B
Plaintext
Raw Normal View History

2017-05-23 22:10:39 +02:00
const nat :float = 0.0
node main() = (nat : int)
let
nat = 0 fby (nat + 1)
tel