A.Math.ceil(2,4) B.Math.max(2,4) C.ceil(2,4) D.top(2,4)
A.var txt = new Array="tim","kim","jim" B.var txt = new Array(1:"tim",2:"kim",3:"jim") C.var txt = new Array("tim","kim","jim") D.var txt = new Array:1=("tim")2=("kim")3=("jim")
A.' This is a commentB.< !--This is a comment-->C.//This is a comment