Hacker News new | ask | show | jobs
by Fatnino 1056 days ago
In the interactive environment _ automatically holds the value of the last statement executed.

  >>> 1+1
  2
  >>> _ * 3
  6