I have a program that provides properties of the saturated steam on a range of 0,01...220 degC. The input is temperature and the program calculates water vapour pressure at that temperature, entalpy of water, specific volume of water, density of water, enthalpy of steam, specific volume of...
Thank you. I expected something like that, it seems most logical. I wrote each statement in a separate line. It is a rather long code so I have not finished yet the translation to test if it is correct.
Regards
dixiematic
It is as follows
........
16 FC=FB $ FB=F
DA=DB $ DB=D
GOTO 21
........
or on another place:
........
5 FC=FB $ FB=FA $ FA=F
DC=DB $ DB=DA $ DA=D
.......
The book where I am taking the code from is dated 1972 so it is written probably...