"함수 unset"의 두 판 사이의 차이

8번째 줄: 8번째 줄:


==Python==
==Python==
[[cateogry: Python]]
[[category: Python]]
<source lang='Python'>
<source lang='Python'>
a = 1
a = 1
del(a)
del(a)
</source>
</source>

2014년 7월 24일 (목) 12:33 판

1 PHP

$a = 1;
unset($a);

2 Python

a = 1
del(a)
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}