Skip to content

Commit ddc37cb

Browse files
authored
Removed floating point issue
1 parent 451b513 commit ddc37cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,6 @@ control flow changes to the Program object, is used consistently throughout the
10801080

10811081
* It is not possible to renumber a program. This would require considerable extra functionality.
10821082
* Negative values are printed with a space (e.g. '- 5') in program listings because of tokenization. This does not affect functionality.
1083-
* Decimal values less than one must be expressed with a leading zero (i.e. 0.34 rather than .34)
10841083
* User input values cannot be directly assigned to array variables in an **INPUT** or **READ** statement
10851084
* Strings representing numbers (e.g. "10") can actually be assigned to numeric variables in **INPUT** and **READ** statements without an
10861085
error, Python will silently convert them to integers.

0 commit comments

Comments
 (0)