]> ruin.nu Git - proglang.git/blob - examples/typeerror-scope
more generic type declaration and evaluates input directly
[proglang.git] / examples / typeerror-scope
1 int a = readInt;
2
3 if (a > 5){
4         bool b = true;
5 }
6
7 print b;