Skip to content

Commit

Permalink
fix for missing comment characters
Browse files Browse the repository at this point in the history
  • Loading branch information
zohooo committed Jun 8, 2016
1 parent 446c736 commit 5e70b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fragment.edt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
LetRegNum(4, %!4-1);>
IfNum(%!4, 0, '<=', 'Break', '');>
GetLine(3, %!4);>
IfStr('%!3', '', '=', 'Break', 'InsertByIndex(9, "%!9", "%!3%\", 0);');>
IfStr('%!3', '', '=', 'Break', 'InsertByIndex(9, !"%!9", !"%!3%\", 0);');>
|);
Loop(!|>
LetRegNum(5, %!5+1);>
GetLine(3, %!5);>
GetLength(6, "%!9");>
IfStr('%!3', '', '=', 'Break', 'InsertByIndex(9, "%!9", "%\%!3", %!6);');>
IfStr('%!3', '', '=', 'Break', 'InsertByIndex(9, !"%!9", !"%\%!3", %!6);');>
|);

:Compare:: ==========================================================
Expand Down

0 comments on commit 5e70b51

Please sign in to comment.