Skip to content

Commit fac0245

Browse files
committed
Fix array syntax
1 parent e7c488a commit fac0245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note: The bounds are inclusive
2424

2525
Multi Dimensional arrays:
2626
```
27-
DECLARE <name> : ARRAY[<lb1>:<ub1>, <lb2>:<ub2>, ..., <lbn>:<ubn>]
27+
DECLARE <name> : ARRAY[<lb1>:<ub1>, <lb2>:<ub2>, ..., <lbn>:<ubn>] OF <data type>
2828
```
2929

3030
## Accessing array elements

0 commit comments

Comments
 (0)