Help for this page
home> int a=1+1\ > +2; echo $a 4
home> a=1+<cr> -bash: 1+: syntax error: operand expected (error token is "+")
home> for ((i=0;i<10;++i)); then<cr> > [...]