Try/fuckit: Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
(Created page with "<pre> try { // Block of code to try if (true) { //do stuff } else { //emergency stuff //hopefully we won't need this } } fuckit (Exception e) { // Block of code that can just fuck off } </pre>")
 
No edit summary
Line 12: Line 12:
}
}
</pre>
</pre>
== In the News ==
<gallery>
</gallery>
== Fiction cross-reference ==
* [[Gnomon algorithm]]
* [[Gnomon Chronicles]]
== Nonfiction cross-reference ==
* [[Gnomon Chronicles (nonfiction)]]
=== Categories ===
* [[:Category:]]
* [[:Category: (nonfiction)]]
== External links ==
{{Template:Ext links: Exception handling}}
=== Social media ===
* [https://x.com/GnomonChronicl1/status/1676605130647412738 Post] @ Twitter (5 July 2023)
[[Category:Fiction (nonfiction)]]
[[Category:Irresponsible Software]]
[[Category: (nonfiction)]]
{{DISPLAYTITLE:''{{FULLPAGENAME}}''}}

Revision as of 10:04, 5 July 2024

try {
    //  Block of code to try
    if (true) {    
      //do stuff 
    } else {    
      //emergency stuff     
      //hopefully we won't need this 
    }
} fuckit (Exception e) {
    //  Block of code that can just fuck off
}

In the News

Fiction cross-reference

Nonfiction cross-reference

Categories

External links

Social media

  • Post @ Twitter (5 July 2023)