mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-29 16:01:44 +00:00
Added more to the GIB docs.
This commit is contained in:
parent
c026e61d22
commit
d85639d65e
5 changed files with 469 additions and 10 deletions
5
doc/gib/if-else.gib
Normal file
5
doc/gib/if-else.gib
Normal file
|
@ -0,0 +1,5 @@
|
|||
if 0 {
|
||||
echo Condition is true.
|
||||
} else {
|
||||
echo Condition is false.
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue