Slightly improved readme
This commit is contained in:
parent
a1605672d9
commit
beb929484b
@ -4,7 +4,12 @@ Tomo is a programming language designed to anticipate and influence the
|
|||||||
language design decisions of the future.
|
language design decisions of the future.
|
||||||
|
|
||||||
```
|
```
|
||||||
say("Hello world!")
|
func greeting(name:Text)->Text
|
||||||
|
greeting := "hello {name}!"
|
||||||
|
return greeting:title()
|
||||||
|
|
||||||
|
>> greeting("world")
|
||||||
|
= "Hello World!"
|
||||||
```
|
```
|
||||||
|
|
||||||
Check out the [test/](test/) folder to see some examples.
|
Check out the [test/](test/) folder to see some examples.
|
||||||
|
Loading…
Reference in New Issue
Block a user