Knuckle Cracker

Creeper World 3 => The Coder's Corner => Topic started by: Sorrontis on July 26, 2015, 12:03:33 PM

Title: Questions about CRPL
Post by: Sorrontis on July 26, 2015, 12:03:33 PM
Can C/RPL take logical and mathematical statements?

For example, remainders of divisions: 316 / 300 = 1 Rem: 16?
That would make coding a lot easier.
Title: Re: Questions about CRPL
Post by: Karsten75 on July 26, 2015, 12:08:04 PM
http://knucklecracker.com/wiki/doku.php?id=crpl:crplreference#math_commands
Title: Re: Questions about CRPL
Post by: warren on July 26, 2015, 12:16:47 PM
Although all languages technically take logical commands, I'd eat my hat if a language meant to be usable did not have and/or/add/div in it. After buying a pancake hat. Mod might be less common.
Title: Re: Questions about CRPL
Post by: Sorrontis on July 26, 2015, 08:31:28 PM
Quote from: Karsten75 on July 26, 2015, 12:08:04 PM
http://knucklecracker.com/wiki/doku.php?id=crpl:crplreference#math_commands

thank you. I'm assuming that I should look at mod. This language will take some time to get used to it for me.