1
0
Fork 0
hp42s-rpn/brewery/gfwtr.txt
J. Elfring 09f357375d Cleanup and update README
removing line-numbers and fixing a link
2024-03-19 20:46:59 +01:00

43 lines
343 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

LBL "GFWtr"
ADV
"---GF Wasser---"
PRA
CLA
DATE
ADATE
├" "
TIME
ATIME24
PRA
CLA
DROPN 2
INPUT "Asslg l"
INPUT "Malz kg"
2,7
×
3,5
+
STO 01
RCL "Asslg l"
5
+
RCL 01
-
RCL "Malz kg"
0,8
×
+
STO 02
"Ausschlag= "
ARCL "Asslg l"
├" l[LF]Malz= "
ARCL "Malz kg"
├" kg"
PRA
"Hauptguss= "
ARCL 01
├" l[LF]Nachguss= "
ARCL 02
├" l"
AVIEW
END