Т
Size: a a a
Т
BB
process(point: (x: Int, y: Int, z: Int)) -> String {
if
case (0, 0, 0) = point {
return "At origin of coordinates"
}
else {
return "Not at origin of coordinates"
}
}
case (0, 0, 0) = point
ML
AK
ML
ML
Т
AT
AM
1
ML
AM
⃝⃝
I
⃝⃝
A