Added lua scripts for testing error checking
This commit is contained in:
parent
1d6d8f69ca
commit
61b50c8fe8
|
@ -0,0 +1,4 @@
|
|||
function oct_init()
|
||||
x = 0;
|
||||
x = x + "asdf"
|
||||
end
|
|
@ -0,0 +1,8 @@
|
|||
function oct_init()
|
||||
|
||||
end
|
||||
|
||||
function oct_loop()
|
||||
x = 0;
|
||||
x = x + "asdf"
|
||||
end
|
Loading…
Reference in New Issue