1
0
Fork 0
main
Sebastian Steger 2025-08-20 15:03:14 +02:00
parent 9fda964891
commit 08065437a7
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ Expression | Type (:t) | Value | Comment
## Strings
Expression | Type (:t) | Value | Comment
--- | --- | --- | --------
`"hello" ++ " world"` | `String` | `"hello world"` | String concatenation
`length "hello"` | `Int` | `5` | Length of the string
`null ""` | `Bool` | `True` | Checks if the string is empty
## Control Structures
## Lists