blob: f8031f266e7e887b9a1d8c5e7a045e1ff3b5096e (
plain)
1
2
3
4
5
6
7
8
9
10
|
*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/leftargument.html).*
# Mathematical Double-struck W (`𝕨`)
## `𝕨`: Left Argument
[→full documentation](../doc/syntax.md#blocks)
A variable assigned to the left argument of a block. `𝕎` can be used to access the left argument as a function.
5 {𝕨} 1
|