Hacker News new | ask | show | jobs
by dtamhk 1811 days ago
alternatives:

  do .² for 1…5

  (1…5)»²
1 comments

alternative alternative:

    do *² for 1..5;