mirror of https://github.com/golang/go.git
parent
9a7332fb5b
commit
d8819569eb
|
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
f := fmt.New();
|
||||
print f.Fmt_d(1234).Fmt_s("\n").Str(); // create string, print it
|
||||
f.Fmt_d(-1234).Fmt_s("\n").put(); // print string
|
||||
f.Fmt_d(-1234).Fmt_s("\n").Put(); // print string
|
||||
f.Fmt_ud(1<<63).Putnl(); // print string with automatic newline
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue