경고: 이 문서의 오래된 판을 편집하고 있습니다. 이것을 게시하면, 이 판 이후로 바뀐 모든 편집이 사라집니다.
String interpolation 편집하기
Jmnote (토론 | 기여)님의 2014년 5월 31일 (토) 14:59 판 (새 문서: category: String ;variable interpolation ==Bash== category: Bash <source lang='bash'> name=Snoopy echo "His name is $name" # His name is Snoopy </source> ==PHP== category:...)