perlang-org / perlang

The Perlang Programming Language
https://perlang.org
MIT License
16 stars 1 forks source link

(many) Support string+integer concatenation in compiled mode #472

Closed perlun closed 4 months ago

perlun commented 4 months ago

int and long are supported on the left-hand and right-hand sides. Other integer types (unsigned integers, bigint) could be added similarly as needed.