mirror of
https://github.com/janet-lang/janet
synced 2025-10-23 03:37:40 +00:00
Update core and some examples to use the new
syntax.
This commit is contained in:
@@ -208,8 +208,8 @@
|
||||
|
||||
(def @ 1)
|
||||
(assert (= @ 1) "@ symbol")
|
||||
(def @@ 2)
|
||||
(assert (= @@ 2) "@@ symbol")
|
||||
(def @-- 2)
|
||||
(assert (= @-- 2) "@-- symbol")
|
||||
(def @hey 3)
|
||||
(assert (= @hey 3) "@hey symbol")
|
||||
|
||||
|
Reference in New Issue
Block a user