Page 1 of 1

cobra equivalent operators

PostPosted: Tue Jan 08, 2013 8:37 pm
by jessica
i've noticed in C language that there are &&,||,NOT operators. is there a cobra equivalent for these operators? if yes what are those operators??

Re: cobra equivalent operators

PostPosted: Tue Jan 08, 2013 9:03 pm
by nerdzero
For those operators it would be 'and', 'or', and 'not'

The wiki has some information that might be useful for your research.

http://cobra-language.com/trac/cobra/wiki/C#Diffs

http://cobra-language.com/trac/cobra/wiki/RubyLanguage

http://cobra-language.com/docs/python/

Re: cobra equivalent operators

PostPosted: Tue Jan 08, 2013 10:05 pm
by hopscc
Theres also Language Topics here
and the 'expression Tour' link under 'boolean'
though for items that are not greatly different than most other languages (binary expressions) thers an assumption that
the reader is mostly familiar with the answer.

Would looking at example code help?
perhaps the wiki hom epage cobra wiki home
should have a link to the Howto and Samples code pages

http://cobra-language.com/how-to/
and
http://cobra-language.com/trac/cobra/browser/cobra/trunk/Samples