start bird

This commit is contained in:
nora 2021-11-03 21:17:32 +01:00
parent 0b79d4500d
commit 68a91a7b44
5 changed files with 41 additions and 0 deletions

18
std.md Normal file
View file

@ -0,0 +1,18 @@
# Std functions
`x`, `y`, .. : arguments
`x?` : optional
`x(): int` : return type
Available on the global scope for now:
# IO
`print(x)`
`println(x)`
`input(x?): string`
`time(): number`