Use named functions in HelloWorld.ybcon and README.md

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-02-08 18:05:21 +01:00
parent 0b3109c989
commit 644d8d26a2
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Aka Yer Bacon,
- #### A language that transpiles into lua, javascript (ES6) or python code.
```
main #=> {
main >> {
print_line("Hello, World!")
}
```

View File

@ -1,3 +1,3 @@
main #= [] -> {
main >> {
print_line("Hello, World!")
}