Skip to main content
Commonmark migration
Source Link

#QBasic, 42 bytes, by DLosc

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.

#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.

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.

replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

#QBasic, 42 bytes, by DLoscQBasic, 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.

#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.

#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.

added 4 characters in body
Source Link
jimmy23013
  • 37.4k
  • 6
  • 79
  • 154

#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 twoa second PRINTs or other ways to get a new line. So I must find some other weird control structures.

#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 two PRINTs or other ways to get a new line. So I must find some other weird control structures.

#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.

Source Link
jimmy23013
  • 37.4k
  • 6
  • 79
  • 154
Loading