GitBook: [master] 30 pages modified

This commit is contained in:
Daniel Spindelbauer
2018-08-15 12:35:44 +00:00
committed by gitbook-bot
parent be2101c4c6
commit f07b7256fd
29 changed files with 100 additions and 133 deletions

View File

@@ -1,4 +1,4 @@
# 9.3 REPL vs Scripts
# 8.3 REPL vs Scripts
Users of this documentation should be aware that examples given in the docs are under the expectation that they are being executed using the MicroPython REPL. This means that when certain functions are called, their output may not necessarily be printed to the console if they are run from a script. When using the REPL many classes/functions automatically produce a printed output displaying the return value of the function to the console. The code snippet below demonstrates some examples of classes/functions that might display this behaviour.