Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. #OK: #COMMAND DEBUG STATUS HAS BEEN SET TO: ON.
  2. #OK: #CONFIG DEBUG STATUS HAS BEEN SET TO: ON.
  3. #OK: #DELAY DEBUG STATUS HAS BEEN SET TO: ON.
  4. #OK: #EVENT DEBUG STATUS HAS BEEN SET TO: ON.
  5. #OK: #FUNCTION DEBUG STATUS HAS BEEN SET TO: ON.
  6. #OK: #GAG DEBUG STATUS HAS BEEN SET TO: ON.
  7. #OK: #HIGHLIGHT DEBUG STATUS HAS BEEN SET TO: ON.
  8. #OK: #HISTORY DEBUG STATUS HAS BEEN SET TO: ON.
  9. #OK: #MACRO DEBUG STATUS HAS BEEN SET TO: ON.
  10. #OK: #PATH DEBUG STATUS HAS BEEN SET TO: ON.
  11. #OK: #PATHDIR DEBUG STATUS HAS BEEN SET TO: ON.
  12. #OK: #PROMPT DEBUG STATUS HAS BEEN SET TO: ON.
  13. #OK: #SUBSTITUTE DEBUG STATUS HAS BEEN SET TO: ON.
  14. #OK: #TAB DEBUG STATUS HAS BEEN SET TO: ON.
  15. #OK: #TICKER DEBUG STATUS HAS BEEN SET TO: ON.
  16. #OK: #VARIABLE DEBUG STATUS HAS BEEN SET TO: ON.
  17. [18] function date (ses)
  18. [18] tintin_show(ses, os.date ("%Y-%m-%d"))
  19. [18] end
  20. [18] function time (ses, time)
  21. [18] tintin(ses, string.format("#var time %s", os.date (time)))
  22. [18] end
  23. [18] function pi (ses)
  24. [18] tintin(ses, string.format("#var pi %s", math.pi))
  25. cess [18] end
  26. cess [18] function tintin (ses, command)
  27. cess [18] print(string.format("tintin (%s) %s", ses, command))
  28. cess [18] end
  29. cess [18] function tintin_show (ses, command)
  30. cess [18] print(string.format("tintin_show (%s) %s", ses, command))end
  31. cess [02] action {tintin (%1) %2}{#%1 %2}
  32. cess #OK. #ACTION {tintin (%1) %2} NOW TRIGGERS {#%1 %2} @ {5}.
  33. cess [02] action {tintin_show (%1) %2}{#%1 #showme %2}
  34. cess #OK. #ACTION {tintin_show (%1) %2} NOW TRIGGERS {#%1 #showme %2} @ {5}.
  35. cess [02] nop Return to the startup session
  36. cess [17] gts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement