mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 09:51:40 +00:00
integer type done
This commit is contained in:
parent
5ebee4a28b
commit
95ad5aa329
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ W = waiting on other work
|
||||||
|
|
||||||
o switch/case, for any type
|
o switch/case, for any type
|
||||||
o break/continue keywords for switch() and for(;;)
|
o break/continue keywords for switch() and for(;;)
|
||||||
o native integer type
|
X native integer type
|
||||||
o quaternion type
|
o quaternion type
|
||||||
o ?: operator
|
o ?: operator
|
||||||
o <op>= operator ( var += expr, etc. )
|
o <op>= operator ( var += expr, etc. )
|
||||||
|
|
Loading…
Reference in a new issue