1 2 3 4 5 6 7 8
function(foo) continue() endfunction(foo) foreach(i RANGE 1 2) foo() message(STATUS "Hello World") endforeach()