"언어별 멀티라인 문자열"의 두 판 사이의 차이

(새 문서: category: String ==PHP== catgegory: PHP <source lang='PHP'> echo 'Hello My Friend'; </source> ==Python== category: Python <source lang='python'> print """Hello My Friend"...)
 
12번째 줄: 12번째 줄:
<source lang='python'>
<source lang='python'>
print """Hello
print """Hello
My
Friend"""
</source>
<source lang='python'>
print """\
Hello
My
My
Friend"""
Friend"""
</source>
</source>

2014년 6월 12일 (목) 14:43 판

1 PHP

catgegory: PHP

echo 'Hello
My
Friend';

2 Python

print """Hello
My
Friend"""
print """\
Hello
My
Friend"""
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}