Table of contents ================= - BASIC - Pascal - Fortran - Go - Python - C++ - BCPL - Common Lisp - J - Scheme - Manufactoria - Piet - Forth - INTERCAL - LLVM IR - Erlang - Prolog - Befunge - Thue - Whenever BASIC ===== SUB ... END SUB ... = ... ... <> ... IF THEN ... ELSEIF THEN ... ELSE ... END IF DO ... LOOP DO WHILE ... LOOP DO UNTIL ... LOOP DO ... WHILE DO ... UNTIL EXIT DO END EXIT SUB GOTO Pascal ====== begin ... end procedure ... nil true ... = ... ... <> ... if ... then ... else ... while ... do ... repeat ... until break continue exit label