fork download
  1. Qoo := QQ()
  2. msgbox, %Qoo%
  3.  
  4. QQ(){
  5. tmp_H := -1
  6. tmp_M := -2
  7. tmp_S := -3
  8. Get_T := A_Now
  9. EnvAdd, Get_T, %tmp_H%, H
  10. EnvAdd, Get_T, %tmp_M%, M
  11. EnvAdd, Get_T, %tmp_S%, S
  12. FormatTime, Get_T,%Get_T%, yyyy/MM/dd HH:mm:ss
  13. return Get_T
  14. }
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