Where is the syntax error

"Roelof Wobben [email protected] [ocaml_beginners]" <[email protected]>
Newsgroups gmane.comp.lang.ocaml.beginners
Message-ID <[email protected]>
 Hello, 
 
As a exercise of Ocaml from the very beginning I have to write a function which display true if both are non zero .
 
So I tried this : 
 
let both_zero a b = a != 0 || b !=0   ;;
 
But I see then this very cryptic error message: 
 
bash: syntax error near unexpected token `;;
 
Roelof
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.