Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. "trick"
  2.  
  3. "Treat"
  4.  
  5. " TReAt"
  6.  
  7. "
  8. tRICk "
  9.  
  10. "tri ck"
  11.  
  12. "tr
  13. eat"
  14.  
  15. "trck"
  16.  
  17. 'TRICK'%];"TREAT"
  18.  
  19. 'TRICK' Push this string
  20. %];"TR" Comment: ignored
  21. Implicit display
  22.  
  23. 'T Push character 'T'
  24. R Push variable R, predefined to empty string
  25. I Push variable I, predefined to 18
  26. C Push variable C, predefined to 12
  27. K Push variable K, predefined to 20
  28. '% Push character '%'
  29. ] Concatenate stack into an array
  30. ; Discard
  31. "TREAT" Push this string
  32. Implicit display
  33.  
  34. #"treat".q
  35. print"trick";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement