mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fixes #669 Closes #368 Closes #624 Deprecate PRINTT, PRINTV, PRINTI, and PRINTF Default STRFMT("%f") to 5 fractional digits like "{f:}" Any use of string formatting will share this default
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
Hello world! I am 15 years old today!
|
|
signed -000000042 == unsigned 4294967254
|
|
db $70 % 26 ; $08
|
|
roses are red
|
|
violets are blue
|
|
void are 0
|
|
3.141586304 ~ three
|
|
1 -> 1.235 -> 1.23456
|
|
1 eol %
|
|
invalid % spec
|
|
one=1 two=% three=%
|