We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae33c2d commit c5b4c65Copy full SHA for c5b4c65
1 file changed
source/errors.md
@@ -4,13 +4,26 @@ A guide to all the inbuilt errors in Supcode.
4
5
## Contents
6
7
-- `flux` class
8
- - `influx`
9
- - `deflux`
10
- - `reflux`
11
- - `afflux`
12
- - `efflux`
13
- - `teflux`
14
-- `dux` class
15
- - `indux`
16
- - `redux`
+`-flux`
+- `deflux`
+- `reflux`
+- `influx`
+- `afflux`
+- `efflux`
+- `conflux`
+
+`-dux`
+- `redux`
17
+- `indux`
18
19
+`-crux`
20
+- `accrux`
21
22
+## `flux`
23
24
+### `deflux`
25
26
+| error | description | example | source |
27
+| :---- | :---------- | :------ | :----- |
28
+| `.zerodiv` | division by 0 error | `2 / 0` | dividing any *suitable* value by a value of 0
29
+| `.infodiv` | division by infinity error | `2 / inf` | dividing any *suitable* value by a value of infinity
0 commit comments