rangeTo

open operator fun String.rangeTo(rest: String): String

Command building combinator to concat different parts of the command with proper spacing.

This assumes that languages delimit tokens by spaces.

Makes use of the operator (..) between command strings.