I'd like to know MATLAB's equivalent to Java's {} for delimiting code blocks. It seems that it would be simple to find out such a thing, but it is hard to search {} on Google, so I turn to StackOverflow. Thanks for the help!
EDIT: My goal is to define a multi-line anonymous function.