Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
snippets:r:start [2020/09/20 19:25] – Another looping snippets alaannnsnippets: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%, %cursor%,\n\tFUN = %cursor%) apply=apply(%cursor%, %cursor%,\n\tFUN = %cursor%)
 sapply=sapply(%cursor%,\n\tFUN = %cursor%) sapply=sapply(%cursor%,\n\tFUN = %cursor%)
Print/export