mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 10:25:02 +01:00
start bird
This commit is contained in:
parent
0b79d4500d
commit
68a91a7b44
5 changed files with 41 additions and 0 deletions
18
std.md
Normal file
18
std.md
Normal 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`
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue