diff options
author | Guillermo Ramos | 2012-04-01 20:04:36 +0200 |
---|---|---|
committer | Guillermo Ramos | 2012-04-01 20:04:50 +0200 |
commit | fdd1e7abacd96d9bd49c13b2ecfcfe897546acae (patch) | |
tree | 6a72030c1b66867b8a931a19a1fcd4463b6e7e4e /io/exec.io | |
parent | 4bbf0d67dbc7d80cb1a6f4e096263f4e1cf77878 (diff) | |
download | 7l-fdd1e7abacd96d9bd49c13b2ecfcfe897546acae.tar.gz |
[Io] Día 1
Diffstat (limited to 'io/exec.io')
-rw-r--r-- | io/exec.io | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/io/exec.io b/io/exec.io new file mode 100644 index 0000000..fa83840 --- /dev/null +++ b/io/exec.io @@ -0,0 +1,7 @@ +Vehicle := Object clone +Vehicle drive := method("Vrooom!" println) + +Car := Vehicle clone + +ferrari := Vehicle clone +ferrari drive |