%PDF- %PDF-
Direktori : /proc/self/root/proc/self/root/usr/share/doc/python-ply-3.4/example/BASIC/ |
Current File : //proc/self/root/proc/self/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