Advertisement
Guest User

Untitled

a guest
May 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. /client/verb/test(t as text)
  2.     world << "[hello(...)]"
  3.     world << ....
  4.     if(1)
  5.         world << "[......]"
  6.    
  7.  
  8. /proc/hello(t)
  9.     for(var/i=1, i<=length(t), ++i)
  10.         world << "[i]\t[text2ascii(t,i)]"
  11.     world << "\ref[t]"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement