import static Statuses.*
enum Statuses { Stupid, Ok, Cool, Pimptified }
static main(args) {
if (logger == Pimptified) {
println "Oh yes, tis awesome."
}
}
RESULT:
> Oh yes, tis awesome.
Love it.
--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en
