<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#comparators|Comparators]] ===== false ===== ^Arguments^Result^Notation^ | |bool| [ -bool] | === Description === Pushes a 0 onto the stack. === Examples === if (not(false)) trace("not false") endif