Toy is a programming language created in 2018 by Kayne Ruse.
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"; }
View source