-
Notifications
You must be signed in to change notification settings - Fork 39
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
Output functions not working #146
Comments
It outputs on the console |
No it is not (tested on firefox 31 & firefox 29, varisou GNU/Linux). Maybe try-ocaml redefine some I/O functions and the API was changed somehow, in any case it is not working. |
You need to flush in order to see it. |
Ok. That's confusing for beginners, thanks for fixing that. |
It's confusing, because the tutorial says nothing about the Javascript console |
|
Still an issue in Chrome Version 57.0.2987.133 (64-bit). Here is what I see:
|
@yadavankur did you check your javascript console ? We are working on a new website, maybe it will be less confusing to use https://try.ocamlpro.com/fun-demo/tryocaml_index.html |
Ok, I misunderstood the previous conversation. Yes, the console displays the data. Also, the new website does not have these issues. |
Looks like this is still an issue? print_int 3;;
|
Using Firefox 68.0 on Lubuntu 18.04 LTS I get the following results: https://pastebin.com/VZD1Sfb8 Problem seems to persist. |
What website have you tried ? Try https://try.ocamlpro.com/fun-demo/tryocaml_index.html instead |
@AltGr, I believe this can be closed. |
See:
Same with
Format.fprintf
The text was updated successfully, but these errors were encountered: