The END statement ends the column definition.
cellstyle _val_ <= low as data,
_val_ <= medium as data
{foreground=green font_style=italic},
_val_ <= high as data
{foreground=yellow font_weight=bold},
1 as data
{foreground=red font_style=italic
font_weight=bold};
end;