Jump to content

Empty string: Difference between revisions

≢ is shape, not rank
m (→‎{{header|68000 Assembly}}: formatting for clarity)
(≢ is shape, not rank)
Line 494:
An empty string in BQN is the same as an empty array, as all strings are character arrays.
 
To check emptiness, we can check the length of the array using <code>≠</code> (or rankshape with <code>≢</code>).
 
<lang bqn>•Show ""
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.