mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
15 lines
306 B
Python
15 lines
306 B
Python
<fold text='...'># the first line in comment
|
|
# the second line
|
|
# the third line</fold>
|
|
print("")
|
|
<fold text='...'># multiline comment starts here
|
|
# line in comment
|
|
# line in comment
|
|
# multiline comment ends here</fold>
|
|
print("")
|
|
|
|
<fold text='...'># one more comment
|
|
#
|
|
# one more comment
|
|
#
|
|
#</fold> |