ODL does not permit null statements; that is, a semicolon not preceded by anything. If you are familiar with C programming, you may be tempted to use statements that include expressions such as for(;i<5;i++) for loops without any commands in them, but these do not work properly in ODL. You may not always get a syntax error, but you may have other problems down the line.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |