Initial commit

This commit is contained in:
Dimitri Lozeve 2020-05-08 10:38:40 +02:00
commit 1f5f7801ae
2 changed files with 9 additions and 0 deletions

8
phase1.dyalog Normal file
View file

@ -0,0 +1,8 @@
⍝ 1: Let's Split!
{(0>)⌽(⊂⍺↑⍵),⊂⍺↓⍵}
((0>⊣)⌽((⊂↑),(⊂↓)))
⍝ 2: Character Building
{(~⍵∊127+64)⊂⍵}
⍝ 3: Excel-lent Columns
(26⊥64-⍨⎕UCS)