This website requires JavaScript.
Explore
Help
Sign In
p
/
ell
Watch
1
Star
0
Fork
You've already forked ell
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9c3bc6d2c2
ell
/
greet.ell
7 lines
79 B
Plaintext
Raw
Blame
History
set greet {
arg _name
print 'hello ' @_name '\n'
}
greet world
greet creator
Reference in New Issue
View Git Blame
Copy Permalink