Closed ghost closed 6 months ago
So, I was making a quaternion project and I have a snippet of code: °¤regex "[0-9]" It return a boxed array. However, I add a °□ to the end and somehow still a boxed array.
°¤regex "[0-9]"
°□
That snippet will return a list of boxes, which °□ does nothing with. The box array must be a scalar. You likely want something like one of these.
So, I was making a quaternion project and I have a snippet of code:
°¤regex "[0-9]"
It return a boxed array. However, I add a°□
to the end and somehow still a boxed array.