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

This commit is contained in:
Louis Gallet 2023-09-05 15:39:39 +02:00
parent 4ca90c0f38
commit e5e53c0fc3
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

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