test
- temperature = 25.3
-
- if temperature > 24 then
- -- resulting message: 'Temperature levels are too high: 25.3'
- alert('Temperature level is too high: %.1f', temperature)
- end
- temperature = 25.3
-
- if temperature > 24 then
- -- resulting message: 'Temperature levels are too high: 25.3'
- alert('Temperature level is too high: %.1f', temperature)
- end