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
/
tmp
/
test.out
blob: e91b86d0615203199287f6acc760a92725da3637 (
plain
)
1
2
3
4
5
6
#* * Examples of how to use arrays *# my foo = 1, bar = 2; my baz = [foo, bar];