We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ad13c commit 56c5a0cCopy full SHA for 56c5a0c
src/boot/boot.janet
@@ -158,7 +158,7 @@
158
``Define an alias for a keyword that is used as a dynamic binding. The
159
alias is a normal, lexically scoped binding that can be used instead of
160
a keyword to prevent typos. `defdyn` does not set dynamic bindings or otherwise
161
- replace `dyn` and `setdyn`. The alias _must_ start and end with the `*` character, usually
+ replace `dyn` and `setdyn`. The alias *must* start and end with the `*` character, usually
162
called "earmuffs".``
163
[alias & more]
164
(assert (symbol? alias) "alias must be a symbol")
@@ -3384,7 +3384,6 @@
3384
(= b (chr `\`)) (do
3385
(++ token-length)
3386
(buffer/push token (get line (++ i))))
3387
- (= b (chr "_")) (delim :underline)
3388
(= b (chr "*"))
3389
(if (= (chr "*") (get line (+ i 1)))
3390
(do (++ i)
0 commit comments