Skip to content

Update chapter 3 04.txt#38

Open
Confused-code wants to merge 1 commit into
fordea:masterfrom
Confused-code:patch-1
Open

Update chapter 3 04.txt#38
Confused-code wants to merge 1 commit into
fordea:masterfrom
Confused-code:patch-1

Conversation

@Confused-code
Copy link
Copy Markdown

since a white space character cannot be part of a number, it is ignored if preceded by the expected number.
A white space character cannot be part of a number even if it comes after the digits, that is, when reading .3, the next blank space will be read, but as it cannot belong to a float type number, it will be put back in the input stream.

since a white space character cannot be part of a number, it is ignored if preceded by the expected number.
A white space character cannot be part of a number even if it comes after the digits, that is, when reading .3, the next blank space will be read, but as it cannot belong to a float type number, it will be put back in the input stream.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant