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

Print_int, printf prints to JavaScript console instead of terminal #169

Open
markvital opened this issue Jun 17, 2017 · 3 comments
Open

Comments

@markvital
Copy link

printf and print_int doesn't print to terminal, it prints to JavaScript console instead:

screen shot 2017-06-17 at 12 41 11 am

Reproduced in Lesson 2, step 6

@pwbs
Copy link

pwbs commented Jun 17, 2017

It's more generally that stdout is the javascript console's stdout... and that's indeed quite inconsistent.

@mwallnoefer
Copy link

Seems to have been fixed in the meantime:

# print_int 30;;
30
- : unit = ()

@hhugo
Copy link

hhugo commented Sep 30, 2021

@AltGr, I believe this can be closed

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

4 participants