console output without a newline #1772
-
is there a way to print console output without a newline? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Not at the moment - I think you're the first to bring this to our attention @mortax! This isn't is covered by our language spec yet. (2 cents) I feel like there are at least a few directions we could take this...
It could also make sense to view |
Beta Was this translation helpful? Give feedback.
-
maybe rename |
Beta Was this translation helpful? Give feedback.
-
A current workaround would be to use extern to write js that does |
Beta Was this translation helpful? Give feedback.
-
i finally tried this. not the prettiest but it worked perfectly. i created
added:
and use:
thanks! |
Beta Was this translation helpful? Give feedback.
-
addendum: i created a PR to re-introduce |
Beta Was this translation helpful? Give feedback.
maybe rename
print
tolog
, and see if that's good enough for now. If we ever find that we need a way to manipulate output to the terminal we can addprint
/println
.