⚠️ This project is not in active development and is still incomplete and far from a stable version.
The code is licensed under MIT. Feel free to use it for whatever purpose. If you have any commercial use for this project which needs further development to accomplish, I might be available for contracting work. Contact me by Twitter.
class Sample
{
}
function Write(str)
{
print str;
}
Write("Test Test Test Test Test");