comparison TODO @ 36:dabd31807be6 default tip

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