← Back to team overview

ooc-dev team mailing list archive

Re: New ORC - Keyword arguments

 

If we are using ... for regular variable arguments, it behoves us to use ... 
somewhere in the variable keyword argument syntax. For example(s):

	printf: func (fmt: String, args...)

	foo: func (bar: Int, :keywords...)



References