index
:
fype
build-009667
build-009669
build-010388-scheme
build-010393-lambda
master
v0.1
An attempt to build a scripting language from scratch in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.fy
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'test.fy')
-rw-r--r--
test.fy
2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.fy b/test.fy
index ca3b930..4f9af9b 100644
--- a/
test.fy
+++ b/
test.fy
@@ -19,3 +19,5 @@ assert 4 == say ind foo;
# Print the 3rd element of the array
say foo[3];
+
+#say "bla";