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:
@@ -85,10 +85,10 @@ myBool = false
|
|||||||
[MySection.MySubsection]
|
[MySection.MySubsection]
|
||||||
myFloat = 1.065f
|
myFloat = 1.065f
|
||||||
myFloat2 = 1e18f
|
myFloat2 = 1e18f
|
||||||
hexValue = 0xFA8
|
hexValue = FA8x
|
||||||
|
|
||||||
[MySection.MySubsection.AnotherSubsection]
|
[MySection.MySubsection.AnotherSubsection]
|
||||||
binValue = 0b0010010
|
binValue = 0010010b
|
||||||
|
|
||||||
# Another comment
|
# Another comment
|
||||||
anotherDec = 1_000_375
|
anotherDec = 1_000_375
|
||||||
|
|||||||
Reference in New Issue
Block a user