integer type done

This commit is contained in:
Bill Currie 2001-07-26 04:34:10 +00:00
parent 5ebee4a28b
commit 95ad5aa329

View file

@ -7,7 +7,7 @@ W = waiting on other work
o switch/case, for any type
o break/continue keywords for switch() and for(;;)
o native integer type
X native integer type
o quaternion type
o ?: operator
o <op>= operator ( var += expr, etc. )