]> ruin.nu Git - proglang.git/blob - examples/typeerror-scopeif
readBool now reads integer values, where 0 is false and the rest is true, instead...
[proglang.git] / examples / typeerror-scopeif
1 if (true)
2 int x = 1;
3 else
4 print x;