Newbie question about heredoc
Posted: Sat Jun 02, 2012 1:30 am
Can someone tell why this code :
Produce this compilation error ?
test.cobra(3,15): error: Expecting an expression.
Compilation failed - 1 error, 0 warnings
Not running due to errors above.
- Code: Select all
class Test
def main
print """ fewfefwe """
Produce this compilation error ?
test.cobra(3,15): error: Expecting an expression.
Compilation failed - 1 error, 0 warnings
Not running due to errors above.