abstract val list: List<String>
The args stored in a List.
open fun list(from: Int, to: Int): List<String>
Returns all arguments from as a List.
open fun list(to: Int): List<String>
Returns all arguments from the beginning to as a List.