diff --git a/parseManager/init.lua b/parseManager/init.lua index bc3b7c3..da7aedb 100644 --- a/parseManager/init.lua +++ b/parseManager/init.lua @@ -956,11 +956,11 @@ function parseManager:next(chunk,a,env,dd) end end local _args={} - print("Calling: "..functest) +--~ print("Calling: "..functest) local loop=parseManager.split(args) - print("ARG COUNT: ",#loop,args) +--~ print("ARG COUNT: ",#loop,args) for i=1,#loop do - print(loop[i]) +--~ print(loop[i]) if type(loop[i])=="userdata" then table.insert(_args,loop[i]) else @@ -973,7 +973,7 @@ function parseManager:next(chunk,a,env,dd) --~ v=self:varExists(v) --~ end local test=self:varExists(loop[i]) - print("After Processing: ",test) +--~ print("After Processing: ",test) table.insert(_args,test) end end diff --git a/parsetest2.txt b/parsetest2.txt index e9903ab..26f4313 100644 --- a/parsetest2.txt +++ b/parsetest2.txt @@ -4,21 +4,7 @@ ENTRY START a=10>1 -- bit shift b=10<1 "test: $a$ $b$" - testfunc("hello",(5!),(2!)+2) - -- "Hello It is now time to do some tests!" - -- a=15 - -- "a = $a$" - -- b=a@25 - -- test2="Yo $a$ $b$" -- create a string with a and b vars - -- "$test2$" - -- "b = $b$" - -- c=5 - -- "c = $c$" - -- cf=10+(5!)+10 - -- test=(5~5)+5 - -- "c! = $cf$ test = $test$" - -- "All done" - -- JUMP(NOVAR) + testfunc("hello",(5!),15@1) } [@:construct]{ -- get % out of 100 ret=l/(r/100)