blob: 5f0a1f37675433815eca05341d0a22662edbfc16 (
plain)
1
2
3
4
5
6
|
drawEval ← {
compile ← (•Import"../src/glyphs.bqn") •Import "../src/c.bqn"
explain ← Eval •FChars "../src/e.bqn"
# Left argument is list of pre-defined names
{(𝕨⊢⊘(!¨˙⊸⋈⊸(∾˜))⟨↕62⟩) Compile 𝕩} Explain ⊢
}
|