Skip to content

Commit 616ea82

Browse files
author
Ken Perry
committed
fixed the readme to match the change to decimal numbers with or without zero
1 parent ddc37cb commit 616ea82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ are all invalid.
220220

221221
Numeric variables have no suffix, whereas string variables are always suffixed by '$'. Note that 'I' and 'I$' are
222222
considered to be separate variables. Note that string literals must always be enclosed within double quotes (not single quotes).
223-
Using no quotes will result in a syntax error. In addition, for floating point numbers less than one (e.g. 0.67), the decimal point must always be prefixed by a zero (e.g. .67 will be flagged as a syntax error).
223+
Using no quotes will result in a syntax error.
224224

225225
Array variables are defined using the **DIM** statement, which explicitly lists how
226226
many dimensions the array has, and the sizes of those dimensions:

0 commit comments

Comments
 (0)