A common but controversial construct in many programming languages is the GOTO
statement. Structured programming enthusiasts dismiss GOTO
as "considered harmful". If you're this kind of programmer, you'll be pleased to know that Come Here has no GOTO
statement. And neither does it have conditionals, loops, subroutines or anything like that. Instead, all control flow is manipulated using one statement, namely COME FROM
.