File: 024_conditional.nml

package info (click to toggle)
nml 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,980 kB
  • ctags: 1,752
  • sloc: python: 14,277; sh: 217; makefile: 38
file content (11 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
if (param[0]) {
	param[1] = 1;
}

if (0) {
	param[2] = 1;
}

if (1) {
	param[3] = 1;
}