minecraft mod with custom keybinds code example
Example: macro mod do
DO([count])
Direct Url: DO | Category: Control Flow
Description
Begins a loop.
When used together with LOOP you can specify an amount of loops. When not specified it will loop forever.
Can also be used together with WHILE or UNTIL.
Related
UNTIL
WHILE
LOOP
example:
do;
until