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
Maybe this is an issue of flush_output/1. But I don't get this example working:
flush_output/1
test :- write('Hello '), flush_output, pause(1), write('World!'), nl.
It waits but Hello is not seen partially:
Hello
https://ciao-lang.org/playground/
The text was updated successfully, but these errors were encountered:
Related to #58
Sorry, something went wrong.
No branches or pull requests
Maybe this is an issue of
flush_output/1
. But I don'tget this example working:
It waits but
Hello
is not seen partially:https://ciao-lang.org/playground/
Ciao.Prolog.Playground.-.Google.Chrome.2022-08-21.10-52-49.mp4
The text was updated successfully, but these errors were encountered: