mirror of
https://github.com/ToyB-Chan/mini-file-format.git
synced 2026-05-14 10:21:16 +02:00
Update README.md
This commit is contained in:
@@ -46,9 +46,11 @@ The format supports the following data types:
|
|||||||
- Arrays are enclosed in square brackets (`[]`) and contain comma-separated values.
|
- Arrays are enclosed in square brackets (`[]`) and contain comma-separated values.
|
||||||
- Arrays may only contain one datatype.
|
- Arrays may only contain one datatype.
|
||||||
- Arrays may be of any positive dimension.
|
- Arrays may be of any positive dimension.
|
||||||
|
- Arrays may be of any length.
|
||||||
- Arrays can be empty
|
- Arrays can be empty
|
||||||
- Example: `array = [5, 6, 10]`
|
- Example: `array = [5, 6, 10]`
|
||||||
- Example: `array2d = [[5, 8], [9, 7], [23, 47]]`
|
- Example: `array2d = [[5, 8], [9, 7], [23, 47]]`
|
||||||
|
- Example: `array2d = [[9], [50, 3], [54, 12, 46, 37]]`
|
||||||
- Example: `emptyArray = []`
|
- Example: `emptyArray = []`
|
||||||
|
|
||||||
### Boolean
|
### Boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user