Merge pull request #2698 from jasonhemann/patch-5

Documentation for read/2
This commit is contained in:
Mark Thom
2024-12-13 20:02:50 -07:00
committed by GitHub

View File

@@ -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, []).