File: allowed

package info (click to toggle)
widelands 1%3A15-3squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 206,508 kB
  • ctags: 12,956
  • sloc: cpp: 96,550; python: 2,636; ada: 849; sh: 269; objc: 254; makefile: 180
file content (10 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
if (abc)
if (not abc)
if (is_false == abc)
if (is_false != abc)
if (abc == falsevity)
if (abc != falsevity)
if (obstrue == abc)
if (obstrue != abc)
if (abc == true_thing)
if (abc != true_thing)