lorenzo pirro
Results
1
issues of
lorenzo pirro
This commit allow the use of something like this: ``` public fun main() { #if arch(arm64) && false print("False for sure!") #elseif os(windows) || os(linux) print("Win or linux") #elseif arch(x86_64)...