This commit is contained in:
Vitor Santos Costa
2018-02-01 14:55:09 +00:00
parent 24d895d100
commit 5ea47853ac
3 changed files with 26 additions and 17 deletions

View File

@@ -61,7 +61,7 @@ blankc('\n').
blankc('\t').
enter_cell(_Self) :-
%open('//python/sys.stdin', read, _Input, []),
open('//python/input', read, _Input, []),
open('//python/sys.stdout', append, _Output, []),
open('//python/sys.stdout', append, _Error, []),
%set_prolog_flag(user_input, _Input),