1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00
serenity/Base/usr/share/man
AnotherTest 5e5eb615ec Shell: Add runtime errors and implement break/continue
Such errors are raised when SyntaxError nodes are executed, and are also
used for internal control flow.
The 'break' and 'continue' commands are currently only allowed inside
for loops, and outside function bodies.

This also adds a 'loop' keyword for infinite loops.
2020-12-29 16:55:43 +01:00
..
man1 Base: Add pape man page documentation 2020-12-29 01:02:01 +01:00
man2 Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00
man3 LibC: stdlib: Add clearenv() function 2020-12-17 19:39:56 +01:00
man5 Shell: Add runtime errors and implement break/continue 2020-12-29 16:55:43 +01:00
man7 Shell+LibLine: Support HISTCONTROL environment variable 2020-10-26 11:27:54 +01:00
man8 Userland: useradd: Add command line option to set user password 2020-12-21 09:57:26 +01:00