summaryrefslogtreecommitdiff
path: root/io/exec.io
diff options
context:
space:
mode:
authorGuillermo Ramos2012-04-01 20:04:36 +0200
committerGuillermo Ramos2012-04-01 20:04:50 +0200
commitfdd1e7abacd96d9bd49c13b2ecfcfe897546acae (patch)
tree6a72030c1b66867b8a931a19a1fcd4463b6e7e4e /io/exec.io
parent4bbf0d67dbc7d80cb1a6f4e096263f4e1cf77878 (diff)
download7l-fdd1e7abacd96d9bd49c13b2ecfcfe897546acae.tar.gz
[Io] Día 1
Diffstat (limited to 'io/exec.io')
-rw-r--r--io/exec.io7
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