Hi
When I am using the reply interface to upython I press TAB key to indent on a function link 'if' and I get the indented '>>>' . My question is how do I terminate the set of statements under the 'if' and get back to a non indented set of '>>>' ?
Regards
Phil
Indentation in REPL
Re: Indentation in REPL
Backspace?
Awesome MicroPython list
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/
Pycopy - A better MicroPython https://github.com/pfalcon/micropython
MicroPython standard library for all ports and forks - https://github.com/pfalcon/micropython-lib
More up to date docs - http://pycopy.readthedocs.io/
Re: Indentation in REPL
Forgot to say that I'm using a Mac.
Yes you are correct if I use the 'screen' command, however I am using Coolterm program. This must be sending the wrong character to the upython board. In fact I see ^K on the screen when I press my backspace key when using Coolterm.
Will investigate further.
Thanks
Phil
Yes you are correct if I use the 'screen' command, however I am using Coolterm program. This must be sending the wrong character to the upython board. In fact I see ^K on the screen when I press my backspace key when using Coolterm.
Will investigate further.
Thanks
Phil