@neauoire @wryl For my part I have now found the repo ^_^ Was copying from the webpage earlier.
@akkartik @wryl Let us know what you find while exploring Modal, we're still figuring stuff out, what's possible and whatnot.
I haven't documented the explode register(?*), but it's going to be really useful to do arithmetic.
<> (explode ?*) (str (?*))
.. (explode hello) 00 (str (h (e (l (l (o))))))
@akkartik @wryl Let us know what you find while exploring Modal, we're still figuring stuff out, what's possible and whatnot.
I haven't documented the explode register(?*), but it's going to be really useful to do arithmetic.
<> (explode ?*) (str (?*))
.. (explode hello)
00 (str (h (e (l (l (o))))))