Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

##QBIC , 11 bytes

QBIC , 11 bytes

'LPRINT `_h

Almost forgot I built a 'Hello, World!' command into QBIC...

' Starts a code literal. This used to be "$", finally changed it.
 LPRINT ` Feeds everything from ` to the next ` directly to QBasic. 
 In this case, "LPRINT" and a space
_h Yields "Hello, World!"

Tested and found working identical to my QBasic answer: enter image description here

##QBIC , 11 bytes

'LPRINT `_h

Almost forgot I built a 'Hello, World!' command into QBIC...

' Starts a code literal. This used to be "$", finally changed it.
 LPRINT ` Feeds everything from ` to the next ` directly to QBasic. 
 In this case, "LPRINT" and a space
_h Yields "Hello, World!"

Tested and found working identical to my QBasic answer: enter image description here

QBIC , 11 bytes

'LPRINT `_h

Almost forgot I built a 'Hello, World!' command into QBIC...

' Starts a code literal. This used to be "$", finally changed it.
 LPRINT ` Feeds everything from ` to the next ` directly to QBasic. 
 In this case, "LPRINT" and a space
_h Yields "Hello, World!"

Tested and found working identical to my QBasic answer: enter image description here

edited body
Source Link
steenbergh
  • 8.2k
  • 1
  • 27
  • 43

##QBIC, 11 bytes

`LPRINT'LPRINT `_h

Almost forgot I built a 'Hello, World!' command into QBIC...

`' Starts a code literal. This used to be "$", finally changed it.
 LPRINT ` Feeds everything from ` to the next ` directly to QBasic. 
 In this case, "LPRINT" and a space
_h Yields "Hello, World!"

Tested and found working identical to my QBasic answer: enter image description here

##QBIC, 11 bytes

`LPRINT `_h

Almost forgot I built a 'Hello, World!' command into QBIC...

` Starts a code literal. This used to be "$", finally changed it.
 LPRINT ` Feeds everything from ` to the next ` directly to QBasic. 
 In this case, "LPRINT" and a space
_h Yields "Hello, World!"

Tested and found working identical to my QBasic answer: enter image description here

##QBIC, 11 bytes

'LPRINT `_h

Almost forgot I built a 'Hello, World!' command into QBIC...

' Starts a code literal. This used to be "$", finally changed it.
 LPRINT ` Feeds everything from ` to the next ` directly to QBasic. 
 In this case, "LPRINT" and a space
_h Yields "Hello, World!"

Tested and found working identical to my QBasic answer: enter image description here

Source Link
steenbergh
  • 8.2k
  • 1
  • 27
  • 43

##QBIC, 11 bytes

`LPRINT `_h

Almost forgot I built a 'Hello, World!' command into QBIC...

` Starts a code literal. This used to be "$", finally changed it.
 LPRINT ` Feeds everything from ` to the next ` directly to QBasic. 
 In this case, "LPRINT" and a space
_h Yields "Hello, World!"

Tested and found working identical to my QBasic answer: enter image description here

AltStyle によって変換されたページ (->オリジナル) /