fork download
  1. Qoo := QQ()
  2. msgbox, %Qoo%
  3.  
  4. QQ(){
  5. tmp_Sec := -500
  6. Get_T := A_Now
  7. EnvAdd, Get_T, %tmp_Sec%, S
  8. FormatTime, Get_T,%Get_T%, yyyy/MM/dd HH:mm:ss
  9. return Get_T
  10. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
luac: prog.lua:1: <name> expected near '='
stdout
Standard output is empty