QBasic, 42 bytes, by DLosc
A=2+EMOORT 1PRINT"QBasic!" IF A THEN RUN 1 There isn't WHILE, NEXT, DO, GOTO, GOSUB or CALL, and there isn't a second PRINT or other ways to get a new line. So I must find some other weird control structures.