-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
compilerIssues related to compilation & parsingIssues related to compilation & parsingenhancementNew feature or requestNew feature or request
Milestone
Description
Currently available
add_ints = fn(x: int, y: int) -> int {
return x + y
}
Planned Support
-
add_ints = fn(x: int, y: int) x + y
-
fn add_ints(x: int, y: int) -> int { return x + y }
-
export fn add_ints(x: int, y: int) -> int { return x + y }
-
export fn print(x: Printable) { native "mscriptstd.dll#print" }
Metadata
Metadata
Assignees
Labels
compilerIssues related to compilation & parsingIssues related to compilation & parsingenhancementNew feature or requestNew feature or request