mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
print and more
This commit is contained in:
parent
ebbc675ffd
commit
9e643b8acd
9 changed files with 150 additions and 54 deletions
|
|
@ -39,6 +39,12 @@ let obj = {};
|
|||
obj.hi = "hi!";
|
||||
```
|
||||
|
||||
There is the `print` statement to print a value, but this will be removed
|
||||
```rust
|
||||
let name = "nils";
|
||||
print name;
|
||||
```
|
||||
|
||||
Functions are first class
|
||||
|
||||
```rust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue