Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of EDukeWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:11, 7 January 2024 Doom64hunter talk contribs created page Exit (Created page with "The '''exit''' command breaks out of a loop, in the way one would normally from "break" commands in other languages. It should not be used outside of loops. It should be used instead of break if the intention is to actually leave the loop early. See also continue, return and terminate. == Example == set j 0 whilen j 3 { add j 1 userquote 500 exit userquote 400 } Makes quote 500 be displayed exactly once...")