module completions { # factor numbers export extern factor [ ...number: string # the numbers to factor --help(-h) # Print help ] } use completions *