-- This script is stored in file script_01.hs add5 x = x + 5 {- the following function takes a temperature in degree Fahrenheit and coverts it into Celsius -} fahrenheitToCelsius f = (f - 32) * 5 / 9