Skip to content

Commit

Permalink
mark cell array {} as deprecated in 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarne committed Jan 9, 2015
1 parent 7e1faba commit be0f0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stdlib/punctuation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Extended documentation for mathematical symbols & functions is :ref:`here <mathe
``[;]`` also vertical concatenation
``[ ]`` with space-separated expressions, horizontal concatenation
``T{ }`` parametric type instantiation
``{ }`` construct a cell array
``{ }`` construct a cell array (deprecated in 0.4 in favor of ``Any[]``
``;`` statement separator
``,`` separate function arguments or tuple components
``?`` 3-argument conditional operator (conditional ? if_true : if_false)
Expand Down

0 comments on commit be0f0da

Please sign in to comment.