Hacker News new | ask | show | jobs
by GuiA 4873 days ago
True, but only in the REPL.

For example try to run the following script (not from the REPL):

  _ = 12
  print _
  42 * 42
  print _