Skip to content

Commit

Permalink
Fix reverse example
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 committed Mar 28, 2024
1 parent 18a4103 commit 1a4fc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reverse.bgn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CONST_WRITE any_char forever

- STRGET is a loop. In bashgenn, loops are ended with DONE.
- The STRGET loop repeats the commands inside the loop while the string in the variable specified is not an empty string.
- Our variable name is forever. This STRGET loop will repeat the commands forever.
- Our variable name is forever. This STRGET loop will repeat commands forever.
STRGET forever
NONL input
READ text
Expand Down

0 comments on commit 1a4fc75

Please sign in to comment.