Name

removelinehistory — remove the Nth line in history.

Calling Sequence

removelinehistory(N)

Parameters

N

a line number

Description

remove the Nth line in history.

Examples

 
displayhistory()
removelinehistory(historysize()-2)
displayhistory()
 

Authors

A.C