Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add escape sequence \n (line feed) #9

Closed
SicroAtGit opened this issue Sep 5, 2021 · 1 comment
Closed

Add escape sequence \n (line feed) #9

SicroAtGit opened this issue Sep 5, 2021 · 1 comment
Assignees
Labels
feature New feature
Milestone

Comments

@SicroAtGit
Copy link
Owner

SicroAtGit commented Sep 5, 2021

Matches the line feed character.

@SicroAtGit SicroAtGit added this to the 1.0 beta milestone Sep 5, 2021
@SicroAtGit SicroAtGit self-assigned this Sep 5, 2021
@SicroAtGit SicroAtGit added the feature New feature label Sep 15, 2021
SicroAtGit added a commit that referenced this issue Dec 30, 2021
Matches the line feed.

In PureBasic this means:

- `Chr(10)`, `#LF`

Close #9
SicroAtGit added a commit that referenced this issue Dec 31, 2021
Matches the line feed.

In PureBasic this means:

- `Chr(10)`, `#LF$`

Close #9
SicroAtGit added a commit that referenced this issue Dec 31, 2021
Matches the line feed.

In PureBasic this means:

- `Chr(10)`, `#LF$`

Close #9
@SicroAtGit SicroAtGit changed the title Add escape sequence \n (line feed) Add escape sequence \n (new line) Jan 2, 2022
@SicroAtGit SicroAtGit changed the title Add escape sequence \n (new line) Add escape sequence \n (line feed) Jan 4, 2022
@SicroAtGit
Copy link
Owner Author

SicroAtGit commented Jan 4, 2022

I'll stick with "line feed" now, although I many times reading "new line" when \n is described in documentations, but with "line feed" it's clear which character is meant.

If I describe \n as "new line", it could also mean that it would be the native new line sequence of the current operating system (see).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant