view ply-3.8/example/BASIC/func.bas @ 11886:8c56ed42e565 draft

<ais523> ` chmod a+x ibin/7
author HackEso <hackeso@esolangs.org>
date Sat, 20 Jul 2019 01:31:37 +0000
parents 343ff337a19b
children
line wrap: on
line source

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