root/lu/LUURI.txt

Revision 838 (checked in by rsz, 3 years ago)

cleanup

Line 
1 root = {}
2 root[ "!" ] = true
3 root[ "@" ] = true
4 root[ "~" ] = true
5 root[ "=" ] = true
6 root[ ":" ] = true
7 root[ "$" ] = true
8 root[ "'" ] = true
9 root[ "&" ] = true
10 root[ ")" ] = true
11 root[ "(" ] = true
12 root[ "+" ] = true
13 root[ "*" ] = true
14 root[ "-" ] = true
15 root[ "," ] = true
16 root[ "_" ] = true
17 root[ "." ] = true
18 return root
Note: See TracBrowser for help on using the browser.