zoomlogo / flax

flax tacit language
https://zoomlogo.github.io/flax/
MIT License
12 stars 3 forks source link

Wrap Only if not wrapped #16

Closed zoomlogo closed 2 years ago

zoomlogo commented 2 years ago
1 -> [1]
[1] -> [1]
[1,1] -> [[1,1]]

Basically the length should be 1 if it isnt already 1.