Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
fccbe9aa
Commit
fccbe9aa
authored
Aug 12, 2015
by
nyov
Committed by
Damien George
Oct 12, 2015
Browse files
README.md: Document "Ctrl+D" shell exit.
parent
0334058f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
fccbe9aa
...
...
@@ -74,6 +74,7 @@ Then to give it a try:
$ ./micropython
>>> list(5 * x + y for x in range(10) for y in [4, 2, 1])
Use
`CTRL-D`
(i.e. EOF) to exit the shell.
Learn about command-line options (in particular, how to increase heap size
which may be needed for larger applications):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment