1 2 3 4 5
#if swift(>=3.0) printSomething(text:"String from main") #else printSomething("String from main") #endif