a bunch of files from pixuma's course on lua!
temperature_c = 100
temperature_f = 9/5 * temperature_c + 32
print("boiling point of water: " ..temperature_c)
print("in Fahrenheit: " ..temperature_f)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
a bunch of files from pixuma's course on lua!
temperature_c = 100
temperature_f = 9/5 * temperature_c + 32
print("boiling point of water: " ..temperature_c)
print("in Fahrenheit: " ..temperature_f)