vault backup: 2023-09-07 14:57:37

This commit is contained in:
2023-09-07 14:57:37 +02:00
parent 863fc61796
commit 613ea71e10

View File

@ -95,6 +95,7 @@ let f a b c =
if a == b then
true
else false
let and_if a b =
(*logical or*)
if a && b then