index
:
ell
master
slices
origin/master
Middle ground between Scheme and Tcl
Přemysl Eric Janouch <p@janouch.name>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
greet.ell
blob: bd29d937b52353dbabecbc7968df5acf2db71153 (
plain
)
1
2
3
4
5
6
set greet { arg _name print 'hello ' @_name '\n' } greet world greet creator