You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Counting commands using my fingers on my hands and toes doesn't really work out that well.
Also, methods would surely be needed!
Describe the solution you'd like
Add Labels
Add Command Number + Line Number In Compile-Time Errors
Add Methods Base-Implementation
Configure Compile-Time Command Number Counter Implementation For Methods
Add This To The Wiki
create the alternative to jump statements like: - gm (goto LINE | if ARG1 > ARG2) - gl (goto LINE | if ARG1 < ARG2) - ge (goto LINE | if ARG1 == ARG2) - gne (goto LINE | if ARG1 != ARG2)
Describe alternatives you've considered
Counting, and then forgetting what the last counted number was.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Counting commands using my fingers on my hands and toes doesn't really work out that well.
Also, methods would surely be needed!
Describe the solution you'd like
create the alternative tojump
statements like:-gm
(goto LINE | if ARG1 > ARG2)-gl
(goto LINE | if ARG1 < ARG2)-ge
(goto LINE | if ARG1 == ARG2)-gne
(goto LINE | if ARG1 != ARG2)Describe alternatives you've considered
Counting, and then forgetting what the last counted number was.
The text was updated successfully, but these errors were encountered: