View difference between Paste ID: 0pS0XtJa and 3Zgg4qtX
SHOW: | | - or go back to the newest paste.
1-
i=>[for(j of i.toString(20))(!(j=parseInt(j,20))||j%5?[`<  >`,` .`,` ..`,`...`,`....`][j%5]+`
1+
i=>console.log([for(j of i.toString(20))(!(j=parseInt(j,20))||j%5?[`<  >`,` .`,` ..`,`...`,`....`][j%5]+`
2
`:'')+`----
3
`.repeat(j/5)].join`
4-
`.slice(0,-1)
4+
`.slice(0,-1))