aboutsummaryrefslogtreecommitdiff
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