I'm not sure what the syntax error is all about.
I'm trying to compute the modulus (remainder) of two integers. I have the code below,
Chipmunk BASIC v3.5.8b5
* Copyright (C)2002 by Ronald H Nicholson, Jr. All Rights Reserved *
>5 REM - Computing Mod Func
10 INPUT "a = "; a
20 INPUT "d = "; d...