We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
printf and print_int doesn't print to terminal, it prints to JavaScript console instead:
Reproduced in Lesson 2, step 6
The text was updated successfully, but these errors were encountered:
It's more generally that stdout is the javascript console's stdout... and that's indeed quite inconsistent.
stdout
Sorry, something went wrong.
Seems to have been fixed in the meantime:
# print_int 30;; 30 - : unit = ()
@AltGr, I believe this can be closed
No branches or pull requests
printf and print_int doesn't print to terminal, it prints to JavaScript console instead:
Reproduced in Lesson 2, step 6
The text was updated successfully, but these errors were encountered: