Quickies

[categories] [index] [all (552)] [latest]

PostScript
  1. /sleep {
        % adjust value to match 1 second delay
        100000 mul {} repeat
    } def
    
    (a) == flush
    1000 sleep % milli-seconds
    (b) == flush