cobra equivalent operators
Posted:
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
Posted:
Tue Jan 08, 2013 9:03 pm
by nerdzero
Re: cobra equivalent operators
Posted:
Tue Jan 08, 2013 10:05 pm
by hopscc
Theres also
Language Topics hereand 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