i=nStart | |
* label1: | |
دستورات داخل حلقه | |
i=i-nStep | |
If (i<=nEnd) then | |
Goto lable1 | |
EndIf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i=nStart | |
* label1: | |
دستورات داخل حلقه | |
i=i-nStep | |
If (i<=nEnd) then | |
Goto lable1 | |
EndIf |