the usual

This commit is contained in:
Bill Currie 2001-10-22 18:47:45 +00:00
parent 1d697dc90d
commit b8a9a97c75

View file

@ -18,3 +18,4 @@ o break/continue keywords for switch() and for(;;)
o quaternion type. Tricky: requires 4 word args/return
o CSE optimisations
o full scoping
o short circuit logic for && and || (optional?)