mirror of
https://github.com/janet-lang/janet
synced 2026-05-02 19:51:27 +00:00
Change format for declaring flexible arity functions.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
(print (string "Janet " janet.version " Copyright (C) 2017-2018 Calvin Rose"))
|
||||
|
||||
(fiber.new
|
||||
(fn @[]
|
||||
(fn [&]
|
||||
(repl (fn [buf p]
|
||||
(def [line] (parser.where p))
|
||||
(def prompt (string "janet:" line ":" (parser.state p) "> "))
|
||||
|
||||
Reference in New Issue
Block a user