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