File: allowed

package info (click to toggle)
widelands 1%3A17-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 332,404 kB
  • sloc: cpp: 104,978; python: 3,073; ada: 855; sh: 435; makefile: 225
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)