( (echo (lt 3 4)) (echo (and 1 2 true 4)) (echo (and 1 false 2)) (echo (or false false 2 false)) (if (gt 1 2) (echo "ok") (echo "not ok")) )