spirit/example/lex/example5.input
Joel de Guzman 8bd8881e4c spirit2 ! :)
[SVN r44361]
2008-04-13 03:17:57 +00:00

17 lines
198 B
Plaintext

/* example5.input */
{
if (variable) { a = b ; }
while (10) {
if (2) { b = 10 ; }
if (x) { c = x ; } else { d = 10 ; }
}
variable = 42;
if (variable) { a = b ; } else { }
}