mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +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