""" Dump the keywords in alpha order. To run from the console: cobra keywords.cobra ../Source/KeywordSpecs.cobra Could expand this to print keyword groups and/or output HTML for reference. """ @args -d class Keywords def main words = KeywordSpecs.keywords.sorted for word in words, print ' | [word]' stop print