
A shiny programming language designed for building quick scripts with readable syntax.
x = random(1, 10);
print('The value of x is', x, "and it's of type", typeof(x)); 
A shiny programming language designed for building quick scripts with readable syntax.
x = random(1, 10);
print('The value of x is', x, "and it's of type", typeof(x));