polserver/testsuite/escript/syntax/syntax08.src

6 lines
107 B
Text
Raw Permalink Normal View History

var a;
a := +a;
// 2015-19-12 Bodom, this is not a syntax error, it's unary +, meanining noop
print( a );