yojimbos_law

append test

Aug 7th, 2018
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. > ash buffer testes; string thing = "butts"; testes.append(thing); print_html(testes);
  2.  
  3. butts
  4. Returned: void
  5.  
  6. > ash string testes; string thing = "butts"; testes.append(thing); print_html(testes);
  7.  
  8. Function 'append( string, string )' undefined. This script may require a more recent version of KoLmafia and/or its supporting scripts. ()
  9. Returned: void
Advertisement
Add Comment
Please, Sign In to add comment