diff options
Diffstat (limited to 'tutorial')
| -rw-r--r-- | tutorial/evalexp.bqn | 2 | ||||
| -rw-r--r-- | tutorial/notes.txt | 23 |
2 files changed, 24 insertions, 1 deletions
diff --git a/tutorial/evalexp.bqn b/tutorial/evalexp.bqn index 4ff584f6..7389fc0f 100644 --- a/tutorial/evalexp.bqn +++ b/tutorial/evalexp.bqn @@ -1,2 +1,2 @@ Compile ← (↕62)⊸(•Import "../src/c.bqn") -DrawEval ← Compile⊸(⍎ •FChars "../src/e.bqn") +DrawEval ← Compile⊸(•Eval •FChars "../src/e.bqn") diff --git a/tutorial/notes.txt b/tutorial/notes.txt new file mode 100644 index 00000000..9d3deb4d --- /dev/null +++ b/tutorial/notes.txt @@ -0,0 +1,23 @@ +Variables +Logic ∧∨¬ +Take, Drop, Shift ↑↓«» +Under + +Trains +Replicate / +Extra arithmetic |⌊⌈ + +Blocks +Headers +Modified assignment + +Scan ` + +Arrays ≢=⥊⌜⍉˝˘ + +Scalars + +Rank ⎉ +Depth ⚇ + +Group ⊔ |
