@@ -0,0 +1,13 @@
+
+macro if_lt_jmp what, lt, dest {
+ cmp what, lt
+ jl dest
+}
+macro pp [what] {
+ common
+ postpone \{
+ what
+ \}