Skip to content
  • rtoy's avatar
    Better list-directed output. · 7066ece6
    rtoy authored
    f2cl5.l:
    o For list-directed output (format is *), return :list-directed to
      tell format that we're using list-directed output.  (The previous
      scheme didn't really work well.)
    
    macros.l:
    o Add FLATTEN-LIST function
    o Don't output a newline for repeated items.  We shouldn't do that.
    o Add support for :list-directed output.  We recognize that and then
      just output all the args in a special way.
    7066ece6