Entry 3640

enums 1

   

Submitted by anonymous on April 24, 2010 at 12:47 a.m.
Language: Ooc. Code size: 128 bytes.

Colors: enum { red, green, blue }


main: func {
    blue := Colors blue
    "Blue's value is %d" format(blue) println()
}

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).