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

stdlib: Print function that doens't emit newline #58

Open
rsaarelm opened this issue Mar 15, 2024 · 1 comment
Open

stdlib: Print function that doens't emit newline #58

rsaarelm opened this issue Mar 15, 2024 · 1 comment

Comments

@rsaarelm
Copy link

print is already used for newlining version, so this needs to be called something else.

prit for print without '\n' was suggested in IRC.

@FeepingCreature
Copy link
Contributor

Should be implemented as a FILE wrapper with a write method, so you can just stdout.write(): would also solve #54 .

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

No branches or pull requests

2 participants