Differences

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

Link to this comparison view

Last revisionBoth sides next revision
snippets:r:start [2011/05/30 08:54] – created frlansnippets:r:start [2020/09/20 19:25] – Another looping snippets alaannn
Line 3: Line 3:
 # Looping and iterative snippets # Looping and iterative snippets
 for=for(%cursor% in %cursor%)%block_cursor% for=for(%cursor% in %cursor%)%block_cursor%
 +while=while(%cursor% == %cursor%)%block_cursor%
 +if=if(%cursor% == %cursor%)%block_cursor%
 +ifelse=if(%cursor% == %cursor%)%block_cursor%else%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