Pergunta

Is there a programming language where :) is valid syntax (excluding custom defined templates or operator overloading etc)?

Foi útil?

Solução

Matlab. a(:) means "all the elements of a arranged as a column vector". Given liberal whitespace, you could also write it as a( :).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top