Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- I have no idea how far away I will go, if I will finish this language or not...
- -----------------hello.io-------------
- "Hello\n" print
- --------------------------------------
- then in command line
- >> io hello.io
- */
- Vehicle := Object clone
- Car := Vehicle clone
- ferrari := Car clone
- ferrari logo := method("A horse" println)
- ferrari logo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement