Reference
Table of Contents
▸
List of Commands
▸
Control Flow
▸
continue
◀
check_display
|
break
▶
continue
Built-in command
No arguments
Description:
Go to end of current
repeat...done
,
do...while
or
local...endlocal
block.
Example of use:
$ gmic
image.jpg
repeat 10 blur 1 if 1==1 continue fi deform 10 done
Command:
image.jpg
repeat 10 blur 1 if 1==1 continue fi deform 10 done