view TODO @ 36:dabd31807be6

Add TODO list.
author Mikhail Kryshen <mikhail@kryshen.net>
date Wed, 11 Nov 2009 02:41:59 +0300
parents
children
line source
1 Change brace style to "$(...)" or "${...}". Make configurable?
3 Functions return Java objects instead of ints.
5 Add functions for accessing Java object methods and bean properties.
7 Function '=' to capture text generated by an instruction and return it
8 as Java String.
10 Reserved single-letter function names that do not have to be separated
11 with whitespace: write "$(=foo:arg)" instead of "$(= foo:arg)".