If X = 1 then
If Y = 1 or Z = 1 then
gosub TuWas
end if
end if

Oder:

If X = 1 then
If Y = 1 or Z = 1 then gosub TuWas
end if