--[[Write lua program to display values of two variables x, y having value of 25,
'Twenty five'--]]
x = 25
y = 'Twenty five'
print('The valiue of x is', x, 'and the value of y is', y)
To embed this project on your website, copy the following code and paste it into your website's HTML: