minus-squarewaspentalive@lemmy.worldOPtoEsoteric Languages@programming.dev•NewTiny is here V0.0102 - Now with Arrays and String operationslinkfedilinkarrow-up1·edit-21 month ago # A NewTiny program to convert Celsius to Fahrenheit Begin: [ " Enter Celsius Temperature: " ] ? [ ? ] Celsius [ 9 5 / Celsius * 32 + ] ? CRLF HALT Celsius= #declare a variable linkfedilink
waspentalive@lemmy.world to Calculator Community@midwest.social · 11 months agoHP25 key adviceplus-squaremessage-squaremessage-square0fedilinkarrow-up12
arrow-up12message-squareHP25 key adviceplus-squarewaspentalive@lemmy.world to Calculator Community@midwest.social · 11 months agomessage-square0fedilink
waspentalive@lemmy.world to Programming@programming.dev · 1 year agoNeed an opinion - STO Y (Y)plus-squaremessage-squaremessage-square1fedilinkarrow-up112
arrow-up112message-squareNeed an opinion - STO Y (Y)plus-squarewaspentalive@lemmy.world to Programming@programming.dev · 1 year agomessage-square1fedilink
waspentalive@lemmy.world to Esoteric Languages@programming.dev · edit-21 month agoNewTiny is here V0.0102 - Now with Arrays and String operationsplus-squaremessage-squaremessage-square2fedilinkarrow-up14
arrow-up14message-squareNewTiny is here V0.0102 - Now with Arrays and String operationsplus-squarewaspentalive@lemmy.world to Esoteric Languages@programming.dev · edit-21 month agomessage-square2fedilink
# A NewTiny program to convert Celsius to Fahrenheit Begin: [ " Enter Celsius Temperature: " ] ? [ ? ] Celsius [ 9 5 / Celsius * 32 + ] ? CRLF HALT Celsius= #declare a variable