vault backup: 2023-09-05 15:39:39

This commit is contained in:
2023-09-05 15:39:39 +02:00
parent 4ca90c0f38
commit e5e53c0fc3

View File

@ -13,6 +13,6 @@ if cond then expr1 else expr2
# let abs(x) =
if x>0 then x
else then x=x+(-x)+(-x) ;;;
else -x ;;;
```