Getting a diff file from the Web and read it.
Code: "io_dif_read.py". Programming language: Python
DMelt Version 1. Last modified: 03/03/2021. License: Pro https://datamelt.org/code/cache/io_dif_read_3030.py To run this script using the DMelt IDE,
copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.
from jhplot.io import *
from jhplot import *
http='https://datamelt.org/examples/data/'
file='test.dif'
print Web.get(http+file)
d = HFileDIF(file,"r")
sheet=d.read()