Jump to content

Damm algorithm: Difference between revisions

m
→‎{{header|BASIC}}: GW-BASIC headered.
m (→‎{{header|BASIC}}: GW-BASIC headered.)
Line 581:
 
=={{header|BASIC}}==
==={{header|GW-BASIC}}===
{{works with|BASICA}}
<syntaxhighlight lang="basic">10 DEFINT D,I,X,Y: DIM DT(9,9)
20 FOR Y=0 TO 9: FOR X=0 TO 9: READ DT(X,Y): NEXT X,Y
512

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.