Jiyu Update - March 2020
Josh Huelsman
February has been a bit of a slow month, but we’ve managed to add a few interesting features. Added support for default parameters: #import "LibC"; func test(a: int32 = 10, b: float = 1, c = "hello") { printf("a: %d\n", a); printf("b: %f\n", b); printf("c: %.*s\n", c.length,...