I am using the server console to test some app_tables
queries.
I would like to paste a few lines with imports and variable initialization right after the console starts, but I am getting this error message:
SyntaxError: multiple statements found while compiling a single statement (<input>, line 1)
I can paste the multiline definition of a function, then call the function, but I cannot paste multiple statements.