본문으로 건너뛰기
사용자

o00o/연습장5(비교)

r35 vs r36
1
{{{#!if ((i1=설명.indexOf("&"))==-1) && (i1=설명.indexOf("*")), ((i2=설명.indexOf("&",i1+1))==-1) && (i2=설명.indexOf("*", i1+1)), ((i3=설명.indexOf("&",i2+1))==-1) && (i3=설명.indexOf("*", i2+1)),
1
{{{#!if (i_c1=설명.indexOf("&",0)), (i_s1=설명.indexOf("*",0)), (i_c1 = (i_c1 == -1 ? 999 : i_c1)), (i_s1 = (i_s1 == -1 ? 999 : i_s1))
22
}}}
3
34
> 설명: @설명@
4
> i1: @i1@
5
> i2: @i2@
6
> i3: @i3@
7
> @(i1=설명.indexOf("&"))==-1@
5
> @i_c1@ @i_s1@
6