Skip to article
더시드위키
최근 변경최근 토론
특수 기능

최근 변경

  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  

hyonsutest/include(r3 Blame)

보기RAWBlame되돌리기비교
r3
r2
hyonsu
1{{{#!if p1 == null
2p1 is null
3}}}
r3
hyonsu
4{{{#!if p1 == n
5p1 is n
6}}}
r2
hyonsu
7{{{#!if p1 != null
8p1 is not null
9}}}
10{{{#!if p1 == 'sans'
11p1 is 'sans'
12}}}
13{{{#!if p1 == "sans"
14p1 is "sans"
15}}}
16{{{#!if p1 == sans
17p1 is sans
18}}}

Powered by the seed engine