erlang PPL Racket Assignment 2015 To start system run control.erl and send message... C = spawn(fun control:loop/0). C ! new. ##instructions C ! {convertToCelcius, enter value in fahrenheit}. C ! {convertToFahrenheit, enter value in celcius here}.