The yolol script: ``` a="longeststringyoucanfitinthecharacterlimit" a=a+a goto 2 ``` currently crashes yoloxide-web due to it creatingg an exponentially large string. A limit on string length could solve this issue.
The yolol script:
currently crashes yoloxide-web due to it creatingg an exponentially large string. A limit on string length could solve this issue.