Toy is a programming language created in 2018 by Kayne Ruse.
| #1163on PLDB | 8Years Old |
git clone https://github.com/Ratstail91/ToyA toy programming language.
if (1 < 2) {
print "this will print to the console";
} else {
print "this will not";
}| Feature | Supported | Example | Token |
|---|---|---|---|
| Print() Debugging | ✓ |