forked from steger/pr3-sose2026
Strings
parent
9fda964891
commit
08065437a7
|
|
@ -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
|
||||
Loading…
Reference in New Issue