ECMAScript Basics – Syntax 1. Everything is case-sensitive. - Just as with Java, variables, function names, operators, and everything else is case-sensitive, meaning that a variable named test is different from one named Test. 2. Variables are loosely typed. - Unlike Java and C, varibles in ECMAScript are not given a specific type. Instead, each variable is defined using the var operator and can be initalized with any val.. 더보기 C 그리고 indent http://terzeron.net/computer/indent.txt ㅋㅋㅋ 오랜만에 보는 키즈의 글이네. 더보기 이전 1 ··· 101 102 103 104 105 106 107 ··· 115 다음