Section: Object Oriented Programming
c = colon(a,b)
which is also called using the notation
c = a:b
and the three argument version
d = colon(a,b,c)
d = a:b:c