(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/physical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/line-structure.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/line-structure.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/genindex.html| ]]
|
Next: 2.1.2 Physical lines Up: 2.1 Line structure Previous: 2.1 Line structure
2.1.1 Logical lines
The end of a logical line is represented by the token NEWLINE. Statements cannot cross logical line boundaries except where NEWLINE is allowed by the syntax (e.g., between statements in compound statements). A logical line is constructed from one or more physical lines by following the explicit or implicit line joining rules.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/physical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/line-structure.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/line-structure.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/genindex.html| ]]
|
Next: 2.1.2 Physical lines Up: 2.1 Line structure Previous: 2.1 Line structure
Send comments on this document to python-docs@python.org.