1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# keywords:
foo 100
foo : 100
foo: 100
foo = 100
foo= 100
# strings:
foo /usr/local/bin
foo: '/usr/local/bin /opt/local/bin'
foo = "/usr/local/bin /opt/local/bin"
# comments:
foo foo1 /comment
foo 'foo1 foo2 foo3' / comment
foo /usr/local/bin / path dir
foo "/usr/local/bin /opt/local/bin" / path dir
foo "/usr/local/bin /opt/local/bin"/path dir
# put it all together:
http_ ref http://hea-www.cfa.harvard.edu / base URL
http_ ref: http://hea-www.cfa.harvard.edu / base URL
mypaths = "/usr/local/bin /opt/local/bin" / paths to use
text support for funtools
1. add "allowtypechange" option and die if data type for a column
goes from int to float.
|