Files
lix/doc/manual/rl-next/repl-improvements.md
T
piegames 336f467b3f repl: Print message when adding variable
I've always been annoyed that it just silently succeeded without any
feedback, but now with the upcoming improvements on defining variables
this is more necessary than ever.

Change-Id: I565897fa2f97cf6f567d4449dcc8d4ad4eb73fce
2025-02-28 17:13:53 +01:00

360 B

synopsis, issues, cls, category, credits
synopsis issues cls category credits
REPL improvements
2319
2320
Improvements
piegames

The REPL has seen various minor improvements:

  • Better error messages overall
  • The :env command to print currently available variables now also works outside of debug mode
  • Adding variables to the REPL now prints a small message on success