Talk:Drink: Difference between revisions
Jump to navigation
Jump to search
imported>Fxer m nevermind |
imported>Slyz No edit summary |
||
Line 1: | Line 1: | ||
About the use of floor() here: since amount is an int, the amount is already floored. I didn't know about this, but ashq int a = 0.9; print(a); will return 0.[[User:Slyz|Slyz]] 16:52, 1 April 2010 (UTC) |
Revision as of 16:52, 1 April 2010
About the use of floor() here: since amount is an int, the amount is already floored. I didn't know about this, but ashq int a = 0.9; print(a); will return 0.Slyz 16:52, 1 April 2010 (UTC)