Merge pull request #2698 from jasonhemann/patch-5
Documentation for read/2
This commit is contained in:
@@ -766,6 +766,9 @@ read(Term) :-
|
||||
read_term(Stream, Term, []).
|
||||
% read(Stream, Term).
|
||||
|
||||
%% read(+Stream, -Term).
|
||||
%
|
||||
% Same as read_term/3 with all default options.
|
||||
read(Stream, Term) :-
|
||||
read_term(Stream, Term, []).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user