Advertisement
_ptitloupbey

Arkscript 1.7

Jul 23rd, 2020
3,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (mut bl false)
  2. (print bl)
  3. (set bl true)
  4. (print bl)
  5.  
  6. (mut nom "bm")
  7. (print nom)
  8. (set bm "by")
  9. (print bm)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement