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