Add comma parsing to func call
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module core
|
||||
|
||||
export func print(text: string) {
|
||||
sys::write(0 text.ptr text.length)
|
||||
sys::write(0, text.ptr, text.length)
|
||||
}
|
||||
|
||||
export func println(text: string) {
|
||||
|
||||
Reference in New Issue
Block a user