r106 vs r107
......
666666
{{{#!if 42>>3==95>>4
667667
출력}}}
668668
669
== 문자열 검토 연산자 테스트 ==
670
Javascript에 지원되는 string(문자열 값) 관련 연산자(함수) 중 indexOf, startsWith, endsWith는 분명히 지원되며 동작이 같다. ---Json으로 돌아가는데 Javascript 가 빠질 리가 없다.---
671
{{{#!wiki style="display: inline; font-family: monospace;"
672
{{{#green 변수명}}}{{{#orange .}}}{{{#purple 연산자}}}}}}이며, 대소문자를 구분하여야 한다.
673
674
* startsWith : true, false 중 하나로 반환되며 {{{#!if "Hello, World!".startsWith("Hello")
675
the seed에 지원되는 연산자이다.}}}
676
* endsWith : true, false 중 하나로 반환되며 {{{#!if "Hello, World!".endsWith("d!")
677
the seed에 지원되는 연산자이다.}}}
678
* indexOf : 1부터 -1까지 (unsigned integer이거나 unsigned char이면 끝의 수인가?) 훑어보며 {{{#!if "Hello, World!".indexOf("H")==0
679
지원}}}{{{#!if "Hello, World!".indexOf("e")==1
680
되는 }}}{{{#!if "Hello, World!".indexOf("l")==2
681
연산자}}}{{{#!if "Hello, World!".indexOf("o")==4
682
이다. }}}{{{#!if "Hello, World!".indexOf(" ")==6
683
0번부터 시작하는 것은 기분 탓이다.}}}
684
669685
== 역링크 등 기타 테스트 ==
670686
||If true [[틀:토론]] include[br]{{{#!if true
671687
[include(틀:토론)]}}}||
......