[SIC\]SIC INTEGER [SHORT|LONG] Define the default SIC integer kind (i.e. used by DEFINE INTEGER). SHORT refers to Fortran's INTEGER*4 (with a limit value of 2**31-1) while LONG refers to INTEGER*8 (with a limit value of 2**63-1). Default is SHORT. Without argument, the command displays the current default SIC integer kind.