gap-system / gap

Main development repository for GAP - Groups, Algorithms, Programming, a System for Computational Discrete Algebra
https://www.gap-system.org
GNU General Public License v2.0
808 stars 161 forks source link

Increment/Decrement an Integer #5819

Open jaslamMiktex opened 1 hour ago

jaslamMiktex commented 1 hour ago

I have long been searching for this "Increment/Decrement an Integer". Did I miss it, or has it been intentionally ignored?

james-d-mitchell commented 1 hour ago

I := I + 1 is the only supported syntax, if you're thinking of something like I++ or I+=1 from c or python analogues of these do not exist in gap.