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 a80ce70 commit abfa829Copy full SHA for abfa829
1 file changed
docs/const.md
@@ -13,7 +13,7 @@ CONST <varname> [AS <type>] = <value>
13
**CONST** declares a non-modifable variable.
14
15
`<type>` can be something like `Integer`, `Byte`, `Float`, etc.
16
-See the list of [available types](types.md#types). If type is not specified,
+See the list of [available types](types.md). If type is not specified,
17
`Float` will be used, unless you use a modifier like `$` or `%`.
18
19
## Examples
0 commit comments