Try/fuckit

From Gnomon Chronicles
Revision as of 10:02, 5 July 2024 by Admin (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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
}