「算術演算子:減算」-サンプルページ-
function gen() { c=10-3; alert(c); }