Method Stdio.Readline()->History()->pop()

class Stdio.Readline
class Stdio.Readline.History

Method pop

bool pop(string|void text)

Description

Pop the last string off the history, discarding it. If text is provided, will only pop that string. Returns 1 if a string was removed, 0 if not.