Javascript Shortcode Area
-----Version 110606-----
 test3 

<body><script>
str = prompt("X=",100);
if(str == "" | str == null) str = 120;
for (i = 0; i < 10; i++) {document.write(i);}
y=(str==100)*1;
document.write("X="+str+" Y="+y);
</script>



使用変数

i
str
X
y
Y