5 lines
75 B
Lua
5 lines
75 B
Lua
|
-- Serves only to test syntax error message for oct
|
||
|
|
||
|
x = 0;
|
||
|
x = x + "asdf"
|