Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- VAR += " A "
- VAR_mymachine += " B "
- # Result is VAR = " B "
- VAR_append = " A "
- VAR_append_mymachine = " B "
- # Result is VAR = " A B "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement