Comment on Show HN: A new programming language inspired by Go, no LLVMComments−alain_gilbert1yI haven't seen anything about public/private properties/functions. So everything is public ?−hualakaOP1yYes, public, I won't add pub syntax. But maybe there will be a label provided for the editor to recognize, but this won't be the main route.#local fn test() {}
Comments
I haven't seen anything about public/private properties/functions. So everything is public ?
Yes, public, I won't add pub syntax. But maybe there will be a label provided for the editor to recognize, but this won't be the main route.
#local fn test() {
}