sub foo { # {{{ variables my ($var1, $var2); # }}} # {{{ actions bar($var1, $var2) until $var1; # }}} } # vim: set foldmethod=marker: