Source code

Revision control

Copy as Markdown

Other Tools

10 DEF FDX(X) = 2*X
20 FOR I = 0 TO 100
30 PRINT FDX(I)
40 NEXT I
50 END