Error parsing Lua file.

wm4manwm4man Join Date: 2012-09-26 Member: 160805Members
<div class="IPBDescription">[string "..."]:2: 'end' expected near '<eof></div>I am attempting to execute the following script in my application:

function f(x)
return x * x
end

print(f(3))

Decoda keeps reporting the following error:

[string "..."]:2: 'end' expected near '<eof>'

If I write the function on a single line, it works!

Does anyone know what is going on? I am in the process of evaluating Decoda for my company and would really like to get past this.

Thanks for your help.
BIll

Comments

Sign In or Register to comment.