Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a5f53af

Browse files
change output and prompt format
1 parent cf139ac commit a5f53af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎ulisp.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8003,7 +8003,7 @@ void repl (object* env) {
80038003
pfstring(" : ", pserial);
80048004
pint(BreakLevel, pserial);
80058005
}
8006-
pfstring("[Ready.]\n", pserial);
8006+
pfstring("[Ready.]\n> ", pserial);
80078007
Context = NIL;
80088008
object* line = read(gserial);
80098009
if (BreakLevel && line == nil) { pln(pserial); return; }
@@ -8012,6 +8012,7 @@ void repl (object* env) {
80128012
pfl(pserial);
80138013
line = eval(line, env);
80148014
pfl(pserial);
8015+
pfstring("\n=> ", pserial);
80158016
printobject(line, pserial);
80168017
unprotect();
80178018
pfl(pserial);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /