Element - I
- Into Two Pieces
Characters:
I
Description
Push n spaces / quine cheese / into two pieces
Overloads
num
-push a spaces
str
-equivalent to `qp`
lst
-split a list into two halves
Examples
6 I
=` `
`:I` I
=`\`:I\`:I`
⟨1|2|3|4⟩ I
=⟨⟨1|2⟩|⟨3|4⟩⟩
⟨1⟩ I
=⟨⟨1⟩|⟨⟩⟩
⟨⟩ I
=⟨⟨⟩|⟨⟩⟩