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

최근 변경

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

hyonsutest/include(r2 Blame)

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

Powered by the seed engine