fugue
A condition during which one is apparently conscious of one's actions but has no recollection of them after returning to a normal state.
July 18, 2008
goto in java
yeah there is a goto in java
Oh the scary stuff that you find in bad code…
goto BLA;
BLA:{
//OMG
}
3 years ago