1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00
PDP-10.its/doc/mprog2/dragit.info

42 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[633] *r #113919: 06/10 14:27 PDL => SWG Re: Muddle Dragon Hackery
[Message #633 (113919)]
PDL@MIT-DMS 06/10/79 14:27:20 Re: Muddle Dragon Hackery
<USE "DRAGIT">
<DRAGON>
<SUMMARY>
gives you a summary of the current month as far as it has gone.
<DRAGON -input-file-:string>
-input-file- defaultly is "DRAGON;DRAGON HOARD", and if an argument is given,
SNM is "DRAGON" by default and NM2 is "REPORT".
<SUMMARY -data-and-flags-:tuple>
-data-and-flags- uses the data produced by DRAGON if the first element of the
tuple is not a vector. Remaining elements define what to print: if nothing
is given, everything is printed. R prints "runs" info, G prints groups
info, and T prints "totals" info. "Runs" is what was previously done by the
Teco macro, "Groups" is a summary line for each group in the Dragon file,
and "Totals" is the summary line that goes in "1979 SUMMRY".
If the first thing in the tuple is a string, the output will go to that
file. E.g.,
<SUMMARY "april summry">
will stuff the full summary to that file.
,SDATA!-IDRAGIT is the unparsed string data
,DATA!-IDRAGIT is the parsed data
Have fun.
pdl