Closed Europe2048 closed 3 months ago
In the Nested Arrays section:
For example, to check if a string is in a list of □ boxed strings with ∊ member, you would need to □ box the string first. Langs ← {"Uiua" "APL" "J" "BQN" "K" "Q"} ∊ □"APL" Langs
For example, to check if a string is in a list of □ boxed strings with ∊ member, you would need to □ box the string first.
□ box
∊ member
Langs ← {"Uiua" "APL" "J" "BQN" "K" "Q"} ∊ □"APL" Langs
It should really be:
For example, to check if a string is in a list of □ boxed strings with ∈ memberof, you would need to □ box the string first. Langs ← {"Uiua" "APL" "J" "BQN" "K" "Q"} ∈ Langs □"APL"
For example, to check if a string is in a list of □ boxed strings with ∈ memberof, you would need to □ box the string first.
∈ memberof
Langs ← {"Uiua" "APL" "J" "BQN" "K" "Q"} ∈ Langs □"APL"
Other tutorials are luckily not affected.
In the Nested Arrays section:
It should really be:
Other tutorials are luckily not affected.