[Seed7-users] First questions
Interpreter and compiler for the Seed7 programming language.
Brought to you by:
thomas_mertes
From: Renato L. <re...@gm...> - 2012-09-05 22:03:16
|
1) i have to do this simple task: 4 div 3. Ok, i get 1. But what have i to do if i'd like to obtain 1,333333333 instead of 1? 2) why / is ok for floats but if i want to perform a division while with integers i have to use "div"? That is why there are different operators? Thx. Regards. |