0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-03 07:43:58 +00:00
quakeforge/doc/gib/if-else.gib
2003-02-23 03:20:53 +00:00

5 lines
No EOL
74 B
Text

if 0 {
echo Condition is true.
} else {
echo Condition is false.
}