Comments have influence on behaviour

Issue #865 open
Wout Vekemans created an issue

When we put comment in this format

/** ----------------------
     something something
-------------------------*/

running the code yields an error: Error: [string "main()"]:1: attempt to call global 'main' (a nil value). The ide also indicates a syntax error at the end of the file.

Comments (11)

  1. Log in to comment