printf, sprintf, etc
- Posted by aku at inbox.as Aug 16, 2001
- 396 views
I think the printf, sprintf, print, puts, sprint will confuse beginner users (I have experinced it). My Suggestion: change the above functions to: - put(fn, st) = put string to fn - st = format(format, o) : formats o. e.g: format("%d%f", {1,2.3}) - st = xxx(o) : same as sprint (what is the best name for xxx?)