Mostly out of curiosity about how something works again.
program: $#timesread + 1
This returns '1'
program: add($#timesread, 1)
This returns '1.0'
Why are they different?
(also just realized I should be using $$, oops...)
Last edited by ownedbycats; 05-06-2023 at 04:11 PM.
|