Password generator: Difference between revisions

m
Commodore BASIC - Minor clarification.
(Added Commodore BASIC)
m (Commodore BASIC - Minor clarification.)
Line 974:
=={{header|Commodore BASIC}}==
 
Note that on line 220, the <code>CLR</code> statement is called prior to restarting the program to avoid a <code>?REDIM'D ARRAY ERROR</code> if line 85 should execute. By default, single dimension arrays do not need to be DIMensioned if kept to 11 elements (0 through 10) or less. Line 85 checks for this.
 
<lang gwbasic>1 rem password generator
113

edits