$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2006-04-23 04:34:58
Marcin Kalicinski wrote:
>
> [Section]
> key1 = value1 ;comment1
> ;comment2
> key2 = value2
>
> Where would we store information that comment1 uses the same line as key1?
> Without it after save it would go to the next line, and be incorrectly
> associated (by human) with key2.
>
Code a node have a comments field? So key1 node would contain a value
of 'value1' and comments of 'comment1'
'comment2' would belong to an un-named node with no value etc.
Cheers
Russell