Subj : Re: C64 BASIC - what's faster INT() or %? Plus benefits of DEF FN A() To : All From : Whammo Date : Mon Apr 16 2018 14:08:11 10 X=INT(64*RND(0)+1) Here, X is a defined as a float, so you're using the variable space of a float and explicitly calling the INT function. or 10 X%=64*RND(0)+1 Here, X% is defined as an integer it uses less space and it only needs to read and write the bytes of an integer. --- SoupGate-Win32 v1.05 * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3) .