HEX
Server:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
System:
Linux f31.eelserver.com 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User:
bestmobi (1488)
PHP:
8.0.30
Disabled:
exec,shell_exec,system,passthru,popen,proc_open
$ pwd:
/
usr
/
share
/
doc
/
python-ply-3.4
/
example
/
BASIC
/
Upload Files
current [
readonly
]
docroot [
writable
]
Upload
Fetch
File: //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