r6 vs r7
......
2525
}}}{{{#!if a == null
2626
a는 선언되지 않음;
2727
################ 이렇게 if구문 사이를 구분 가능 ####################
28
}}}{{{#!if btype=typeof(b), bparseInt=parseInt(b) btype2=typeof(bparseInt), btype3=typeof(b=='123'), btype4=typeof(b*1), btype5=typeof(b*1.0), b
28
}}}{{{#!if btype=typeof(b), bparseInt=parseInt(b), btype2=typeof(bparseInt), btype3=typeof(b=='123'), btype4=typeof(b*1), btype5=typeof(b*1.0), b
2929
b(값:@b@, 타입테스트(@typeof(b)@, @btype@, @bparseInt@, @btype2@, @btype3@, @btype4@));
3030
3131
}}}{{{#!if b == null
......