summaryrefslogtreecommitdiff
path: root/grammar/go/input.til
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/go/input.til')
-rw-r--r--grammar/go/input.til13
1 files changed, 0 insertions, 13 deletions
diff --git a/grammar/go/input.til b/grammar/go/input.til
deleted file mode 100644
index 008182b8..00000000
--- a/grammar/go/input.til
+++ /dev/null
@@ -1,13 +0,0 @@
-var a
-a := 1;
-
-head:
-
-a := ( a + 1 )
-c := d;
-
-if a = 10 then
- goto head
-end
-
-hi := there; friend := yes