hathibelagal-dev / ARPNC

Advanced RPN Calculator is trying to make your life fancier and more retro
GNU General Public License v3.0
3 stars 0 forks source link

Implement an IF statement #1

Closed hathibelagal-dev closed 8 months ago

hathibelagal-dev commented 8 months ago

The language is not turing complete yet. We need to support conditional branching. An if-statement is a good first step.

hathibelagal-dev commented 8 months ago

Implemented