dumb C question (part 2)

new topic     » topic index » view thread      » older message » newer message

Another dumb C translation question >

// in C
 }
  else if(playOK && (code == HC_SKIP)) curmess++;

-- in Euphoria

elsif and_bits(playOK , code) = HC_SKIP then
       curmess += 1

I understand how to do things like this pretty well but,
heres where I get confused

// in C

s = !s;

-- in Euphoria

would it be:

if not s then 
or 
s = not s (hehe just joking)

I'm lost and it seems the most simple things throw me.....

Please, Help.

euman at bellsouth.net

Euman

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu