anoia: %% is alias for string.formt
This commit is contained in:
parent
5695c47496
commit
43612af71a
@ -88,6 +88,8 @@
|
||||
;; return s:sub(1, #s-pad) .. rep('=', pad)
|
||||
;; end
|
||||
|
||||
(fn %% [fmt ...] (string.format fmt ...))
|
||||
|
||||
(fn base64url [s]
|
||||
"URL-safe Base64-encoded form of s (no trailing padding)"
|
||||
(let [pad (- 2 (% (- (# s) 1) 3))
|
||||
@ -118,4 +120,5 @@
|
||||
: split
|
||||
: system
|
||||
: table=
|
||||
: %%
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user