Email or username:

Password:

Forgot your password?
Top-level
Devil Lu Linvega

@akkartik @wryl OOoh, haha my fix for the spacing issue broke it.. Thanks for the report Kartik, I'll fix this right away/

3 comments
Devil Lu Linvega

@akkartik @wryl fixed :) we recently changed how whitespace is handled and it broke the pop rule.

Kartik Agaram

@neauoire @wryl For my part I have now found the repo ^_^ Was copying from the webpage earlier.

Devil Lu Linvega

@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))))))

Go Up