KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q44229: PRINT Statements in Manual Okay without Semicolons

Article: Q44229
Product(s): See article
Version(s): 4.00 4.00b 4.50
Operating System(s): MS-DOS
Keyword(s): ENDUSER | SR# S890426-59 B_BasicCom | mspl13_basic
Last Modified: 15-DEC-1989

In many of the program examples in the "Microsoft QuickBASIC 4.0:
BASIC Language Reference," the PRINT statements appear to be missing
semicolons (;) before and after each double quotation mark. For
example:

  PRINT X "squared is" X^2 "!"

When you type the above statement in the QB.EXE environment (or
QBX.EXE environment of Microsoft BASIC PDS Version 7.00), semicolons
are automatically inserted, as follows:

  PRINT X; "squared is"; X^2; "!"

The syntax of these two examples is equivalent. This information
applies to QuickBASIC Versions 4.00, 4.00b, and 4.50, to Microsoft
BASIC Compiler Versions 6.00 and 6.00b, and to Microsoft BASIC PDS
Version 7.00.

This is not a documentation error, but rather demonstrates some of the
syntax versatility of Microsoft BASIC languages.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.