1 2 3 4 5 6 7 8 9
#import "fmt.odin"; main :: proc() { fmt.println(foo("FOO")); } foo :: proc(test: string, test1: string, args: ...any) { } foo :: proc(test: string) { }