Files
harbour-core/tests/parseini.ini
vszakats 9687850865 2013-03-16 02:10 UTC+0100 Viktor Szakats (harbour syenar.net)
* (all files)
    * stripped svn header
    * minor cleanups
    ; use following command to find out the history of files:
       git log
       git log --follow
       git blame
       git annotate
2013-03-16 02:11:42 +01:00

35 lines
521 B
INI

; Demo INI file
;
; Copyright 2003 Giancarlo Niccolai (gian niccolai ws)
; (showing another style of comment here )
# This is the MAIN section
Procedure = Demo ini file
Name = Parseini.ini
#including a subfile
include parseins.ini
[Files] #Declaring files section
Path=/home/pub
Filename: foobar.pdf # variable declared with ':'
Long= A Data ||
Spreading ||
On varius lines ||
here.
[Printers]
LPT1 = \\HEAD\Lexmark
#including a subfile
include parseins.ini
#invalid line
An invalid line
#
# End!
#