Is there a way to implement "Letters X to Y" without using BYOB? I'm making a programming language, and I want to have the ability to let the user make the Scratch Cat say or think something.
Offline
Unfortunately, there is no easy way.
You can go the long way though and repeat scripts as used in this project:
here
(Press cat to start)
or, your code(in a list) can look like this:
think(
<text>
)
Which is what I am doing.
Offline