Skip to content

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy