![]() 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 |
||
---|---|---|
.. | ||
common_test.go | ||
integration1_test.go | ||
integration2_test.go | ||
variables_test.go |