[q-lang-users] Bug?
Brought to you by:
agraef
From: Eddie R. <ed...@bm...> - 2007-04-19 21:17:54
|
Hi! sprintf "%g" 1+3 => "4" sprintf "%g" 1*3 => "1"*3 Is this a bug? I know, I know, I should use parenthesis to avoid this sort of thing. Eddie |