Script Library: 1238 scripts
 

fahrenheit.r

REBOL [ Title: "Fahrenheit" Date: 3-Jul-2002 Name: 'Fahrenheit Version: 1.0.0 File: %fahrenheit.r Author: "Andrew Martin" Purpose: "Converts Temperature in Celcius to Fahrenheit." eMail: %Al--Bri--xtra--co--nz Web: http://valley.150m.com Example: [ Fahrenheit 0 Fahrenheit 100 ] library: [ level: 'beginner platform: none type: 'tool domain: 'math tested-under: none support: none license: none see-also: none ] ] Fahrenheit: func [ "Converts Temperature in Celcius to Fahrenheit." Temperature [number!] "Temperature in degrees Celcius." ][ Temperature * 9 / 5 + 32 ]
halt ;; to terminate script if DO'ne from webpage
Notes
  • email address(es) have been munged to protect them from spam harvesters. If you are a Library member, you can log on and view this script without the munging.
  • (Al:Bri:xtra:co:nz)