Compare commits

...

1 commit

Author SHA1 Message Date
6ef89dd02f docs: add Midjourney's awesome logo image. 2022-08-24 19:42:07 +12:00
3 changed files with 2 additions and 5 deletions

View file

@ -9,6 +9,8 @@ The most retro-futuristic toy language in the world.
Outrun is still a work in progress.
![Midjourney Outrun Image](https://gitlab.com/jimsy/outrun/-/raw/main/assets/midjourney_outrun_logo.png)
# License
Outrun is distributed under the terms of the the Hippocratic Version 3.0 Full License.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View file

@ -1,5 +0,0 @@
struct Fruit.Salad(yummy: Boolean), as:
def is_yummy(salad: Fruit.Salad), as:
salad.is_yummy
end
end