change repl prompt
This commit is contained in:
parent
6f80f9287b
commit
266e6c6400
|
@ -71,8 +71,8 @@ main()
|
||||||
v = pic_run(pic, proc, pic_nil_value());
|
v = pic_run(pic, proc, pic_nil_value());
|
||||||
|
|
||||||
/* print */
|
/* print */
|
||||||
|
printf("=> ");
|
||||||
pic_debug(pic, v);
|
pic_debug(pic, v);
|
||||||
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
pic_gc_arena_restore(pic, ai);
|
pic_gc_arena_restore(pic, ai);
|
||||||
|
|
Loading…
Reference in New Issue