Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
snippets:r:start [2020/09/20 19:25] – Another looping snippets alaannn | snippets:r:start [2020/09/20 19:40] (current) – Another looping snippets alaannn | ||
---|---|---|---|
Line 5: | Line 5: | ||
while=while(%cursor% == %cursor%)%block_cursor% | while=while(%cursor% == %cursor%)%block_cursor% | ||
if=if(%cursor% == %cursor%)%block_cursor% | if=if(%cursor% == %cursor%)%block_cursor% | ||
+ | else=else%block_cursor% | ||
+ | elseif=else if(%cursor% == %cursor%)%block_cursor% | ||
ifelse=if(%cursor% == %cursor%)%block_cursor%else%block_cursor% | ifelse=if(%cursor% == %cursor%)%block_cursor%else%block_cursor% | ||
+ | ifelseif=if(%cursor% == %cursor%)%block_cursor%else if(%cursor% == %cursor%)%block_cursor% | ||
apply=apply(%cursor%, | apply=apply(%cursor%, | ||
sapply=sapply(%cursor%, | sapply=sapply(%cursor%, |