Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
c411fa68
Kaydet (Commit)
c411fa68
authored
Şub 22, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revised description of blank line handling for the interpreter, based
on a comment from /F.
üst
fab41f17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
ref2.tex
Doc/ref/ref2.tex
+11
-7
No files found.
Doc/ref/ref2.tex
Dosyayı görüntüle @
c411fa68
...
@@ -89,6 +89,7 @@ for string literals (i.e., tokens other than string literals cannot be
...
@@ -89,6 +89,7 @@ for string literals (i.e., tokens other than string literals cannot be
split across physical lines using a backslash). A backslash is
split across physical lines using a backslash). A backslash is
illegal elsewhere on a line outside a string literal.
illegal elsewhere on a line outside a string literal.
\subsection
{
Implicit line joining
\label
{
implicit-joining
}}
\subsection
{
Implicit line joining
\label
{
implicit-joining
}}
Expressions in parentheses, square brackets or curly braces can be
Expressions in parentheses, square brackets or curly braces can be
...
@@ -108,14 +109,17 @@ allowed. There is no NEWLINE token between implicit continuation
...
@@ -108,14 +109,17 @@ allowed. There is no NEWLINE token between implicit continuation
lines. Implicitly continued lines can also occur within triple-quoted
lines. Implicitly continued lines can also occur within triple-quoted
strings (see below); in that case they cannot carry comments.
strings (see below); in that case they cannot carry comments.
\subsection
{
Blank lines
\label
{
blank-lines
}}
A logical line that contains only spaces, tabs, formfeeds and possibly a
\subsection
{
Blank lines
\index
{
blank line
}
\label
{
blank-lines
}}
comment, is ignored (i.e., no NEWLINE token is generated), except that
during interactive input of statements, an entirely blank logical line
A logical line that contains only spaces, tabs, formfeeds and possibly
(i.e. one containing not even whitespace or a comment)
a comment, is ignored (i.e., no NEWLINE token is generated). During
terminates a multi-line statement.
interactive input of statements, handling of a blank line may differ
\index
{
blank line
}
depending on the implementation of the read-eval-print loop. In the
standard implementation, an entirely blank logical line (i.e.
\
one
containing not even whitespace or a comment) terminates a multi-line
statement.
\subsection
{
Indentation
\label
{
indentation
}}
\subsection
{
Indentation
\label
{
indentation
}}
...
...
Write
Preview
Markdown
is supported
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