-
Notifications
You must be signed in to change notification settings - Fork 0
warn()
ebp012 edited this page Sep 29, 2024
·
1 revision
The warn() routine is used to warn users. It bypasses certain security features and will ALWAYS execute. It is identical to note(), except that it prints text in yellow no matter the existing console text color.
For example:
warn("Oh,");
warn("no!");
shall produce:
Oh, no!
(in yellow) as the output.
- Output
- Input
- Variables
- Loops and Conditionals
- Mathematics
- Quadratics
- Cubics
- Complex Numbers
- Trigonometry
- Miscellaneous