Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 199 Bytes

std.md

File metadata and controls

18 lines (10 loc) · 199 Bytes

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