File: test.in

package info (click to toggle)
filepp 1.7.1-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,120 kB
  • ctags: 240
  • sloc: perl: 2,597; makefile: 489; sh: 174; ansic: 15
file content (31 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (6)
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
30
31
#define LIST yet, more, variables
#foreach VALUE this, that, LIST, several at once
VALUE
#endforeach

Start
#foreach VALUE LIST
VALUE
#endforeach
End

#comment Set delimiter to any amount of white space
#foreachdelim /\s+/

#define LIST one two  three	four
#foreach VALUE LIST
VALUE
#endforeach

#foreach OUTER outone outtwo outthree 
 #foreach INNER inone intwo inthree
OUTER  __TAB__: INNER
 #endforeach
#endforeach


#if 0
#foreach OUTER outone outtwo outthree 
OUTER  __TAB__: INNER
#endforeach
#endif