4 lines
60 B
BQN
4 lines
60 B
BQN
|
|
string ← "example"
|
||
|
|
byte ← @
|
||
|
|
string ∾↩ byte
|