(leave-recent-loop sm)
Find the most recent loop flag and replace it with a loop leave mode.
Notes:
Find the most recent loop flag and replace it with a loop leave mode. Notes: - Note that any additional conditional modes that are passed need to be also be replaced with a dump to preserve the stash.
(start-begin sm)
Begin structure begin <body ... ?> until begin <?> while <body> repeat
Begin structure begin <body ... ?> until begin <?> while <body> repeat
(start-do sm)
Do structure is <start> <end> do (<body> loop)|(<body ... step> +loop)
Do structure is <start> <end> do (<body> loop)|(<body ... step> +loop)
(start-leave sm)
Leaves whatever the current loop is.
Goes through the flags, and replaces the most recent loop with a dump-mode
Leaves whatever the current loop is. Goes through the flags, and replaces the most recent loop with a dump-mode
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close