function! s:test() let l:str = "hello" return l:str endfunction if condition â–ˆcall one() call two() endif