mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-06-01 11:18:43 +02:00
11 lines
198 B
APL
11 lines
198 B
APL
⍝ 10 lines 3 code 3 comments 4 blanks
|
||
|
||
|
||
256=2*8
|
||
|
||
⍝ Comment
|
||
⊃¨ ' '(≠⊆⊢) 'A Programming Language'
|
||
|
||
⍝ A magic square of length ⊢
|
||
MS ← (⍳-∘⌈÷∘2)(⊣⊖⌽),⍨⍴∘⍳×⍨
|