INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- formats list of items and prints them
-- formats list of items into string
-- errors checked only in precondition
-- format single argument to string
-- print argument using default format string
-- print argument to string using default format string
-- Get typechar from format string.
-- Set this format for all types that conforms
-- to determined by typechar.
-- e.g. After call set_default_format("012x")
-- result of print(i) will be the same as printf("!012x", i)
--
-- default escape is optional in format string("!12x" same as "12x")
--
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |