All public logs

Jump to navigation Jump to search

Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:43, 19 April 2022 BigRon55 talk contribs created page Colon (Created page with "A '''colon''' can be used to separate two unrelated procedure statements on the same line. ''Usage:'' COLOR 10: PRINT "Hello "; : COLOR 12: PRINT "World" {{OutputStart}} {{text|Hello |limegreen}}{{text|World|red}} {{OutputEnd}} * Use colons to combine variable definition statements or screen prints. * Some statements such as END IF and Metacommands require a new code line! * Use semicolons and commas where appropriate in P...")