You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. the SimpleLanguage has a println function. The stream that this function prints to should be different from the stream that is used for REPL output, so that the user can distinguish the two. Currently it just prints to System.out.
The streams can be injected using the PolyglotEngine.Builder.
E.g. the SimpleLanguage has a
println
function. The stream that this function prints to should be different from the stream that is used for REPL output, so that the user can distinguish the two. Currently it just prints toSystem.out
.The streams can be injected using the
PolyglotEngine.Builder
.Example:
The text was updated successfully, but these errors were encountered: