Advertisement
obernardovieira

Skipping School , Hanging Out (day 1) [SLiSW]

Jul 25th, 2015
2,890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
IO 0.35 KB | None | 0 0
  1. /*
  2. I have no idea how far away I will go, if I will finish this language or not...
  3.  
  4. -----------------hello.io-------------
  5. "Hello\n" print
  6. --------------------------------------
  7.  
  8. then in command line
  9. >> io hello.io
  10. */
  11.  
  12. Vehicle := Object clone
  13. Car := Vehicle clone
  14. ferrari := Car clone
  15. ferrari logo := method("A horse" println)
  16. ferrari logo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement