load a history file
loadhistory()
loadhistory(f)
:f file pathname :
load a history file.
by default, history filename is SCIHOME+’/.history.scilab’
by default, loadhistory read last 20000 lines of history file(to reduce time loading).
see `historysize(value)`_ to modify this value.
loadhistory(SCI+'/session.scilab')