vault backup: 2023-09-27 11:49:52

This commit is contained in:
Louis Gallet 2023-09-27 11:49:52 +02:00
parent a8ebf57bf5
commit ecdb1858ac
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -29,4 +29,12 @@
- `0: -> integer` - `0: -> integer`
- `false: -> boolean` - `false: -> boolean`
- `pi: -> real` - `pi: -> real`
- Types
- Boolean
- Opération:
- `false: -> boolean`
- `true: -> boolean`
- `not_: boolean -> boolean`
- `_and_: boolean x boolean -> boolean`
- `_or_: boolean x boolean -> boolean`
- -