Guest User

Untitled

a guest
Jan 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. package {
  2.  
  3. public function print(...texts):void {
  4. if (printable) {
  5. trace.apply(null, texts);
  6. }
  7. }
  8.  
  9. }
Add Comment
Please, Sign In to add comment