From bf43c99108e072a8f61b19c03888f848be90f31d Mon Sep 17 00:00:00 2001 From: Dejan Date: Mon, 13 Jul 2026 10:23:43 +0000 Subject: [PATCH] Update dew-point-calulator.md --- dew-point-calulator.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dew-point-calulator.md b/dew-point-calulator.md index 095672f..d318636 100644 --- a/dew-point-calulator.md +++ b/dew-point-calulator.md @@ -1,3 +1,4 @@ +``` FUNCTION "FC_DewPoint" : Void { S7_Optimized_Access := 'TRUE' } @@ -50,4 +51,5 @@ BEGIN #DewPoint_C := 0.0; END_IF; -END_FUNCTION \ No newline at end of file +END_FUNCTION +``` \ No newline at end of file