With()
The usage of
with
without any arguments does not trigger a compile error. The resulting program will fail at c-compile time (strc) or at runtime (strj).Example:
main = with()
Tested with strc r21839 and STRJ 0.17.92pre0 based on STRC 1.8r21839.
Submitted by Nathan Bruning on 16 May 2011 at 14:57
Log in to post comments