Integrate FORMAT.format into Str.format
Integrate FORMAT.format into Str.format.
stdout.print_line( '{Odt} : {Msg}'.format{(:C) C.locale(Ja_locale) C.named_args('Odt' Odt 'Msg' Msg) } ) # => 2020-01-23T01:23:45.123456789+09:00 : something wrong stdout.print_line('{} + {} = {}'.format(2 4 6)) # => 2 + 4 = 6
Integrate FORMAT.format into Str.format.