summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/putc_stdout.grasp
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-12-17 13:41:56 +1100
committerJed Barber <jjbarber@y7mail.com>2014-12-17 13:41:56 +1100
commita3844616b62aae43e7aa12da6df852628acab504 (patch)
tree63225e17607d2e13be03887937c60cbd4a850f47 /src/Grasp/Examples/putc_stdout.grasp
parent2700f64b858584167fa5292c810fa67f11640e35 (diff)
Test Grasp programs for general purpose, arithmetic, simple IO
Diffstat (limited to 'src/Grasp/Examples/putc_stdout.grasp')
-rw-r--r--src/Grasp/Examples/putc_stdout.grasp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Grasp/Examples/putc_stdout.grasp b/src/Grasp/Examples/putc_stdout.grasp
new file mode 100644
index 0000000..14c7d92
--- /dev/null
+++ b/src/Grasp/Examples/putc_stdout.grasp
@@ -0,0 +1,8 @@
+digraph {
+ 1 [label="putc"]
+ 2 [label="grasp:main"]
+ 3 [label="100"]
+
+ 1 -> 2 [label="name"]
+ 1 -> 3 [label="in"]
+} \ No newline at end of file