mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
18 lines
199 B
Markdown
18 lines
199 B
Markdown
# 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`
|
|
|