radon-project / radon

The Radon Programming Language
https://radon-project.github.io
GNU General Public License v3.0
23 stars 2 forks source link

Add augmented assignment operation #87

Closed angelcaru closed 2 months ago

angelcaru commented 2 months ago

Closes REP-7

Almas-Ali commented 2 months ago

I think 6/2 should have to be 3.0 and 6//2 should be 3. Also /= and //=. Floor division and Integer division.

This will be a Pythonic way!

angelcaru commented 2 months ago

Added it