Advertisement
tabnation

intro 1

Feb 24th, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. f1::
  2. thomsvar=Hello World
  3. msgbox, %thomsvar%
  4. Return
  5.  
  6. f1::
  7. VarT=Hello Wrld
  8. If VarT = Hello World
  9. {
  10. msgbox, %VarT%
  11. }
  12. Else
  13. {
  14. Msgbox, did not = true
  15. }
  16. Return
  17.  
  18. F2::
  19. Send Hello World
  20. Return
  21.  
  22. f3::
  23. hellovar= Hello World
  24. Send %hellovar%
  25. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement