Skip to content

Commit

Permalink
incrementally added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzbox35 committed Dec 31, 2024
1 parent 4d156b3 commit 07e0e58
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions prolog/metta_lang/metta_interp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
%
% @see once_writeq_nl/1
%

% TODO: Uncomment the following line if the `pfcAdd` predicate is stable and
% does not interfere with the curried chainer logic.
% pfcAdd_Now(P):- pfcAdd(P),!.
Expand Down Expand Up @@ -474,14 +475,7 @@
% Check the flag without enabling tracing.
notrace(is_flag0(What)).

%
% Always succeeds, representing a logical flag that evaluates to true.
%
true_flag.

%
% Always fails, representing a logical flag that evaluates to false.
%
false_flag :- fail.

%! is_tRuE(+TF) is det.
Expand Down

0 comments on commit 07e0e58

Please sign in to comment.