Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
-- create new (movie) script at runtime
|
||||
m = new(#script)
|
||||
|
||||
-- the following line triggers compilation to bytecode
|
||||
m.scriptText = "on fac10"&RETURN&"return "&(10*9*8*7*6*5*4*3*2)&RETURN&"end"
|
||||
|
||||
put fac10()
|
||||
-- 3628800
|
||||
Loading…
Add table
Add a link
Reference in a new issue