String.trim

This commit is contained in:
2025-06-10 17:37:02 +02:00
parent 252efd914e
commit de65f383b3
10 changed files with 154 additions and 138 deletions

View File

@@ -4,11 +4,11 @@ A very cool language
## Huh?
* Indentation-based syntax
* Compiled to x86_64 Assembly
* Compiles to x86_64 Assembly
* Sometimes works
## Syntax
```swift
```rust
func fib[n: I64] : I64
if n <= 1
return n