1things to do:
2	figure out where endless or very deep recursion is possible
3	at these points, generate an error if actual physical stack gets too large
4	candidates are scripts
5		eval(eval(eval...	user callouts
6		(((((	operator precedence or similar making stack deep
7		groups within groups
8		very large apply create or apply immediate steps
9
10	write tests for math functions
11		looks like random takes a parameter when it should take zero parameters
12		
13	add Math, Number files to perforce for docs
14	alphabetize attributes in docs
15	
16	manually modified tools/screenplayDocs/xmlToJPEG.cpp
17	
18	fix docs where lines are stitched together (insert space)
19	
20	naked <data> outside of <post> asserts on name
21	handle errors for all element not contained by correct parents