String support

This commit is contained in:
gingerBill
2016-08-05 00:54:05 +01:00
parent 19aea1f198
commit 2aaef48c5c
16 changed files with 737 additions and 246 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
add :: proc(x, y : int) -> (int, int) {
return x+y, 1;
}
import "basic"
main :: proc() {
print_string("Hello, 世界");
}