ac2293161e
This allows customising the REPL prompt strings. Signed-off-by: Damien George <damien@micropython.org>
11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
MicroPython \.\+ version
|
|
Use \.\+
|
|
>>> # test changing ps1/ps2
|
|
>>> import usys
|
|
>>> usys.ps1 = "PS1"
|
|
PS1usys.ps2 = "PS2"
|
|
PS1(1 +
|
|
PS22)
|
|
3
|
|
PS1
|