mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 09:25:02 +01:00
199 B
199 B
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