Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > ash buffer testes; string thing = "butts"; testes.append(thing); print_html(testes);
- butts
- Returned: void
- > ash string testes; string thing = "butts"; testes.append(thing); print_html(testes);
- Function 'append( string, string )' undefined. This script may require a more recent version of KoLmafia and/or its supporting scripts. ()
- Returned: void
Advertisement
Add Comment
Please, Sign In to add comment