From 9648ef30da3eec300fa9e83f5f9dcb58c48a1b02 Mon Sep 17 00:00:00 2001 From: Jay Doan Date: Sun, 14 Jul 2024 23:00:57 -0500 Subject: [PATCH] Proposal: Error Handling Added to lines 261-278 of the docs because "F + O + O + L + P + R + O + O + F + E + R + R + O + R + H + A + N + D + L + I + N + G" (6 + 15 + 15 + 12 + 16 + 18 + 15 + 15 + 6 + 5 + 18 + 18 + 15 + 18 + 8 + 1 + 14 + 4 + 12 + 9 + 14 + 7) equals 262 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 582bff82c..d2fb6a729 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,24 @@ If you want to be much less precise, you can use `=`. 3 = 3.14! //true ``` +## Error Handling + +By default, `errors` is set to true. + +If you add + +```java +delete errors! +``` + +or + +```java +const const errors = false! +``` + +to the top of your code, it will either run flawlessly or redirect the request to disneychannel.ca + ## Functions To declare a function, you can use any letters from the word `function` (as long as they're in order):