Skip to content

Commit 2319d0d

Browse files
committed
Removed array literals from docs
1 parent d8aaea0 commit 2319d0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

design/assembly.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ which can then contain any character.
148148
25.5 ; floating-point number
149149
0b0010 ; binary number
150150
0x0101 ; hexadecimal number
151-
[1, 2, "test", [1, 2]] ; array of literals
152151
```
153152

154153
Most literals don't have an assocated size, but are rather dependent upon a size specifier

0 commit comments

Comments
 (0)