# A NewTiny program to convert Celsius to Fahrenheit
Begin: [ " Enter Celsius Temperature: " ] ?
[ ? ] Celsius
[ 9 5 / Celsius * 32 + ] ? CRLF
HALT
Celsius= #declare a variable
this post was submitted on 04 Jun 2025
3 points (80.0% liked)
Esoteric Languages
296 readers
1 users here now
Icon base by Lorc under CC BY 3.0
founded 3 years ago
MODERATORS
I have mastered enough git to now have a proper repo. git clone yourself a copy and have at!