1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-14 23:37:40 +00:00

Change format for declaring flexible arity functions.

This commit is contained in:
Calvin Rose
2018-11-25 14:03:00 -05:00
parent 5b3fc3d2cc
commit d4ee760b3e
8 changed files with 142 additions and 77 deletions

View File

@@ -1,5 +1,3 @@
# Prints hello
(import examples.3sum)
(print "hello, world!")