-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
draftDraft of new featuresDraft of new features
Description
RELATED: #237 (comment)
I was looking for a format for converting variable values to hexadecimal, etc., for log points, etc., and format specifiers seems to be good and easy to implement.
The idea of converting the following objects to strings can also be implemented with this.
number := 123
; @Debug-Output => decimal: {number}
; @Debug-Output => hex: {number, X}
obj := { key: "value" }
; @Debug-Output => {obj, yaml}
; @Debug-Output => {obj, json}Metadata
Metadata
Assignees
Labels
draftDraft of new featuresDraft of new features