Page 1 sur 1

divcrement(a,b)

Publié : jeu. nov. 07, 2019 1:59 am
par compsystems
Hello BP. Why divcrement(a,b) is synonymous with a/b

a:=16;
b:=20;
a/b; // 4/5
divcrement(a,b) // 4/5

Re: divcrement(a,b)

Publié : jeu. nov. 07, 2019 9:18 am
par parisse
It's not the same, divcrement(a,b) modifies a.