blob: 78ffafeb8802e2e1401c7c220fab0ec7917d546b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<head>
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="../style.css" rel="stylesheet"/>
<title>BQN: Take and Drop</title>
</head>
<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a> / <a href="index.html">doc</a></div>
<h1 id="take-and-drop">Take and Drop</h1>
<svg viewBox='-156.8 -64 672 204.8'>
<g fill='currentColor' stroke-linecap='round' text-anchor='middle' font-family='BQN,monospace'>
<rect class='code' stroke-width='1.5' rx='12' x='-100.8' y='-40' width='560' height='156.8'/>
<g font-size='25px'>
<text dy='0.32em' x='-67.2' y='0'><tspan class='Value'>𝕩</tspan></text>
<text dy='0.32em' x='112' y='80'><tspan class='Number'>5</tspan><tspan class='Function'>↑</tspan><tspan class='Value'>𝕩</tspan></text>
<text dy='0.32em' x='336' y='80'><tspan class='Number'>5</tspan><tspan class='Function'>↓</tspan><tspan class='Value'>𝕩</tspan></text>
</g>
<g font-size='21px'>
<text dy='0.32em' x='0' y='0'><tspan class='String'>'s'</tspan></text>
<text dy='0.32em' x='56' y='0'><tspan class='String'>'t'</tspan></text>
<text dy='0.32em' x='112' y='0'><tspan class='String'>'a'</tspan></text>
<text dy='0.32em' x='168' y='0'><tspan class='String'>'r'</tspan></text>
<text dy='0.32em' x='224' y='0'><tspan class='String'>'t'</tspan></text>
<text dy='0.32em' x='280' y='0'><tspan class='String'>'e'</tspan></text>
<text dy='0.32em' x='336' y='0'><tspan class='String'>'n'</tspan></text>
<text dy='0.32em' x='392' y='0'><tspan class='String'>'d'</tspan></text>
</g>
<g class='bluegreen' stroke-width='3' style='fill:none' opacity='0.8'><path d='M-22.4 -15l-6 15l6 15M414.4 -15l6 15l-6 15'/></g>
<g class='green' stroke-width='3' style='fill:none' opacity='0.8'>
<path d='M201.6 31.2l25 12l-25 12M302.4 31.2l-25 12l25 12'/>
<line x1='-16.8' x2='226.6' y1='43.2' y2='43.2'/>
<line x1='277.4' x2='408.8' y1='43.2' y2='43.2'/>
</g>
<g class='red' stroke-width='2.5' stroke-dasharray='9 9' opacity='0.9'><line x1='252' x2='252' y1='-24' y2='96'/></g>
</g>
</svg>
|