Guest User

Untitled

a guest
Jun 20th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. # Example 1
  2. on "Hello World"
  3.     after("Hello ")
  4.     erase("l")
  5.     print()
  6.  
  7. # Example 2
  8. vertices = Vector<Float>()
  9.  
  10. on vertices
  11.     add x
  12.     add y
  13.     add z
Advertisement
Add Comment
Please, Sign In to add comment