Token: | Isz |
Type: | Program flow |
Usage: |
Isz <var> |
This command is intended to be used to make counting loops shorter, as follows:
(-)5 -> A ; (-) is the CTF token for minus Lbl 0 "HELLO WORLD" Isz A Goto 0
which would output "HELLO WORLD" five times. On the fifth time, A would become zero, so the Goto could be skipped.
Written in notepad and compiled with WTA, for clean, consistent HTML.