poggingfish / plisp

The source code for the plisp programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick operations with number

StiglCZ opened this issue · comments

commented

Please add
x-=
x*=
x/=
set(x)(10)
Examples:
x-= 10
Makes x 0
x*= 10
Makes x 100
x/= 2
Makes x 5

-= is already implemented but the rest will be implemented shortly and then this issue will be closed. Thank you!