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 bf33f3a commit 58447d2Copy full SHA for 58447d2
1 file changed
docs/dim.md
@@ -13,7 +13,7 @@ DIM <variable_name>[,<variable_name>...] [AS <type>] [= <value>]
13
```
14
15
Where _<type>_ can be one of **INTEGER**, **BYTE**, **FLOAT**, etc.
16
-See the list of [available types](types#types.md). If type is not specified, **FLOAT** will be used, unless you use
+See the list of [available types](types.md). If type is not specified, **FLOAT** will be used, unless you use
17
a suffix (usually called _sigil_) like `$` or `%`.
18
19
###Default variable values
0 commit comments