⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

GridScript

<nowiki>
#INCREMENT NUMRERICAL STRING.

@width
@height

(1,1):START
(3,1):STORE "12345" TO STRING var1
(5,1):STORE var1
(7,1):INCREMENT
(9,1):STORE TO STRING var1
</nowiki>