mirror of
https://github.com/janet-lang/janet
synced 2025-09-08 13:56:09 +00:00
Rename the := special form to set so it does not look like a keyword.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
x)
|
||||
|
||||
(defn start-suite [x]
|
||||
(:= suite-num x)
|
||||
(set suite-num x)
|
||||
(print "\nRunning test suite " x " tests...\n"))
|
||||
|
||||
(defn end-suite []
|
||||
|
Reference in New Issue
Block a user