mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-30 06:47:48 +00:00
Improve string/interpolation formatting (#1491)
- The '#' component for type 's' now escapes the string characters - The '#' component for type 'f' now prints a precision suffix - The new 'q' component specifies a precision value
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
$2a %x
|
||||
42 %4d
|
||||
42 %f
|
||||
42.00000 %16f
|
||||
42 42
|
||||
2a 2a
|
||||
hello
|
||||
|
||||
Reference in New Issue
Block a user