::annotate package author "B. Fox" -- annotate current package
::class command
::attribute address
::attribute command
::method init
use strict arg command, address = ""
self~command = command
self~address = address
::annotate class command languagelevel "6.05" -- annotate class COMMAND
::annotate attribute command os "unix windows mac" -- annotate attribute COMMAND
::annotate method init version "100" maxParms 2 -- annotate method INIT