]> ruin.nu Git - proglang.git/blob - examples/typeerror-scopeif
minor change
[proglang.git] / examples / typeerror-scopeif
1 if (true)
2 int x = 1;
3 else
4 print x;