Your IP : 18.117.11.6


Current Path : /proc/4653/root/usr/share/doc/python-ply-3.4/example/BASIC/
Upload File :
Current File : //proc/4653/root/usr/share/doc/python-ply-3.4/example/BASIC/func.bas

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