Skip to content

Commit f0f82c4

Browse files
committed
Clean up constexpr calls
1 parent f639e4e commit f0f82c4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/New Features/Preprocessing.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,12 @@ local compile = 847757641 -- The JOAAT hash of "Hello, World!"
2121
assert(runtime == compile)
2222
```
2323

24-
This is available on preloaded Pluto libraries, such as:
25-
- `base32`
26-
- `base58`
27-
- `base64`
28-
- `crypto`
29-
- `json`
30-
- `url`
31-
32-
And on the following functions:
24+
This is available on preloaded Pluto libraries, such as `base64` and `json`, and the following functions:
3325
- `io.contents`
3426
- `tostring`
3527
- `utostring`
3628
- `tonumber`
3729
- `utonumber`
38-
- `type`
3930
- `assert`
4031

4132
## Variables

0 commit comments

Comments
 (0)