Changes print so a format argument can be specified by using '%' as
prefix. For example:
print %x d
will print variable 'd' in hexadecimal. The interpretarion of the
format argument is the same as that of fmt's package.
Fixes #1038
Fixes #1800
Fixes #2159
|
||
|---|---|---|
| .. | ||
| conversions.go | ||
| prettyprint_test.go | ||
| prettyprint.go | ||
| types.go | ||