Use named functions in HelloWorld.ybcon and README.md
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
0b3109c989
commit
644d8d26a2
|
@ -7,7 +7,7 @@ Aka Yer Bacon,
|
|||
|
||||
- #### A language that transpiles into lua, javascript (ES6) or python code.
|
||||
```
|
||||
main #=> {
|
||||
main >> {
|
||||
print_line("Hello, World!")
|
||||
}
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
main #= [] -> {
|
||||
main >> {
|
||||
print_line("Hello, World!")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue