generated html version of c❄.txtHOME

c❄ is a language designed to be a cleaner c.

bitwise operators have precedence the same as + and -:
int main () printf "answer: %d\n", 0x0e | 0xf8 + 1;;

if x = 3; puts "it's three";; else; puts "it's not three";;

replace syntax *p with p*


answer: 256