mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Fix and document %w verb for core:fmt
This commit is contained in:
@@ -9,6 +9,7 @@ The verbs:
|
||||
General:
|
||||
%v the value in a default format
|
||||
%#v an expanded format of %v with newlines and indentation
|
||||
%w an Odin-syntax representation of the value
|
||||
%T an Odin-syntax representation of the type of the value
|
||||
%% a literal percent sign; consumes no value
|
||||
{{ a literal open brace; consumes no value
|
||||
|
||||
Reference in New Issue
Block a user