.........................................................
seriously?
wow, didn't know that.
Perhaps you could do something like this:
%backupinput = %input;
%input++;
%input--;
if(%backupinput == %input)
??
or substitute
the second and third part for
%input = %input + 1;
%input = %input - 1;
basically checking if %input = 0 after modification, correct?
that should be as simple as doing something like
isinstance(526457435.37829007000002, int)
isinstance(526457435.37829007000002, float)
isinstance(526457435.37829007000002, str)
besides, what if you have a number as a string ("5")
it'd still say it was a int
etc
okay, so
lets see
what exactly makes torquescript good
there's nothing it can do that other languages can't do
there's a ton other languages can do that torquescript can't do