Raimondi

Untitled

Jan 25th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.15 KB | None | 0 0
  1. function F1() abort "abc
  2.   if a || b
  3.     for i in range(9)
  4.       if i == 2 | echo i | endif
  5.     endfor
  6.   else
  7.     echo 1
  8.   endif
  9. endfunction
Advertisement
Add Comment
Please, Sign In to add comment