1
0
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:
Calvin Rose
2018-12-16 21:57:32 -05:00
parent f7a25ecae3
commit 03dbd79165
11 changed files with 106 additions and 107 deletions

View File

@@ -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 []