Come Here

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.

Language specification

Tutorial

  1. Hello, World
  2. Basic Control Flow
  3. Variables and Arithmetic
  4. Advanced Control Flow
  5. Strings and Input

Implementation