simpler t_print

parent ee3fa1be
......@@ -10,11 +10,7 @@ def t_print(*args)
len = args.size
while i < len
str = args[i].to_s
begin
__printstr__ str
rescue NoMethodError
__t_printstr__ str rescue print str
end
__t_printstr__ str
i += 1
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment