Compare commits

...

2 commits

Author SHA1 Message Date
24bfa426ab
chore: Small cleanups 2025-05-19 09:12:37 +02:00
e087e5f29f
Rename cont. to del.con. 2025-05-19 08:28:51 +02:00
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
login :-
getdata(_, _),
getdata,
writeln('Welcome!').
login :-
repeat,
writeln('Sorry, you are not permitted.'),
getdata(_, _),
getdata,
writeln('Welcome').
getdata(Name, Password) :-
getdata :-
write('Username: '),
read(Name),
write('Password: '),

View file

@ -28,8 +28,8 @@ options :-
writeln('(1) A password prompt basics password.pl'),
writeln('(2) Add i in [a..b] maths summer.pl'),
writeln('(3) A translator meta mib_voorbeelden.pl'),
writeln('(4) A tale of a ceremony cont. ceremony.pl'),
writeln('(5) Maths with Shift/Reset cont. continuations.pl'),
writeln('(4) A tale of a ceremony del.con. ceremony.pl'),
writeln('(5) Maths with Shift/Reset del.con. continuations.pl'),
% writeln('(6) Alternative lists meta my_list.pl'),
nl,
writeln('(interpreter) to enter the interpreter'),
@ -155,7 +155,7 @@ continue :-
write('Write anything to continue... '),
read(_).
clear :- clear(30).
clear :- clear(50).
clear(0) :- !.
clear(N) :-