Implement ++ operator for string concatenation (#1698)

This commit is contained in:
Rangi
2025-06-12 16:52:00 -04:00
committed by GitHub
parent fa3d83a3d1
commit fa9e29e4ce
7 changed files with 58 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
error: string-concat.asm(25):
syntax error, unexpected ++
error: string-concat.asm(26):
syntax error, unexpected ++, expecting ] or + or -
error: Assembly aborted (2 errors)!