doc: add decimal number to sample source file

This commit is contained in:
2024-11-19 16:58:44 +00:00
parent 335e360b2d
commit 605d70d967

View File

@@ -256,6 +256,7 @@ i = 0x100.
i = 0200.
i = 0b1010101.
i = 1_000_000_000.
i = 100.25.
/* tuples can be used to create a set of values */