3 Internal Server Error
An error has occurred. The error has been logged and the system administrator has been notified.
You may go back and try again now, or, if the error persists, try again later. We apologize for the inconvenience.
Error Information
Error Code: 3
Error writing file '/tmp/MY2rKrX9' (Errcode: 28)
Error reported by:
/skins/lassosoft/inner-2c.lasso
Comments
{ 'asdf'; }
(: 1 ) == (: 1 );
'asdf'
/if
(: 1 ) == (: 1 );
The following code produces a parse error:
(: void, null, '')->contains(#id)
? fail('No specified ID for deletion')
The error: Unexpected: COMMA, line: 3, col: 8
If I stick a semi-colon at the end of the first line, the error goes away. The code seems unambiguous, but please let me know if I'm wrong.