s-webber / projog

Prolog programming for the Java platform.
Apache License 2.0
37 stars 9 forks source link

Provide way to reassign standard input and output streams #179

Closed s-webber closed 3 years ago

s-webber commented 3 years ago

By default Projog uses System.in and System.out as the default input and output streams.

Provide a way for these to be reassigned.