1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/help/Question_mark_10000000_0000.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

25 lines
636 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:53:54}}
A '''question mark''' can be used as a substitute shortcut to typing PRINT when creating code.
''Usage:'' ?"Hello world"
''Result:'' PRINT "Hello world"
* When the IDE cursor moves to the next code line, the question mark is changed to PRINT and the prompt text and variable are spaced appropriately.
* When an [[INPUT]] statement has no text, a question mark will appear before the input.
* A [[semicolon]] after the [[INPUT]] prompt text will add a question mark after the statement.
''See also:''
* [[PRINT]]
* [[Semicolon]], [[Comma]]
* [[Quotation mark]]
{{PageNavigation}}