[string "..."]:2: 'end' expected near '<eof>'
wm4man
Join Date: 2012-09-26 Member: 160805Members
<div class="IPBDescription">Error parsing Lua file.</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
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