zimfw/src/stage2/22_zimfw_print.zsh.erb

4 lines
60 B
Plaintext

_zimfw_print() {
if (( _zprintlevel > 0 )) print "${@}"
}