Skip to content

Commit 7c2f6c7

Browse files
committed
Update constexpr call docs
1 parent 19158c3 commit 7c2f6c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/New Features/Compile-Time Evaluation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,20 @@ assert(runtime == compile)
2222
```
2323

2424
This is available on preloaded Pluto libraries, such as:
25-
- `json`
2625
- `base32`
2726
- `base58`
2827
- `base64`
2928
- `crypto`
29+
- `json`
30+
- `url`
3031

3132
And on the following functions:
33+
- `io.contents`
3234
- `tostring`
3335
- `utostring`
3436
- `tonumber`
3537
- `utonumber`
38+
- `type`
3639

3740
## Variables
3841

0 commit comments

Comments
 (0)