Log In  

Here is a reduced test case for the issue mentioned here.

This works fine:

if (sin) (1)
    then print("LOL") end

This causes a syntax error near 'end':

if (sin) (x)
    then print("LOL") end
P#28410 2016-09-12 13:37 ( Edited 2016-09-12 17:38)


[Please log in to post a comment]