>Minimal BASIC is a dialect of the BASIC programming language developed as an international standard. The effort started at ANSI in January 1974, and was joined in September by a parallel group at ECMA.
>...
> The lower bound for arrays is typically 0, but using OPTION BASE 1 can change the index to 1.
OPTION BASE 1 で切り替えられる


