Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 451 Bytes

denote-important-things.md

File metadata and controls

30 lines (23 loc) · 451 Bytes

Denote important things

header('Location: https://example.org');
exit; // !important

// OR SIMPLY

header('Location: https://example.org');
exit; // !
// snippet...
switch(e.keyCode){
    case 13:
        // code for ENTER
        break; // !important
    case 27:
        // code for ESC
        break; // !
}
return true;

Posted Feb 3, 2009.

https://www.darklaunch.com/2009/02/03/denote-important-things.html