|
DataMuseum.dkPresents historical artifacts from the history of: RC3500 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC3500 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300) Types: TextFileVerbose Names: »convjob«
└─⟦2c55ea56f⟧ Bits:30001844 SW-save af projekt 1000, Alarm-system └─⟦6b41451d2⟧ └─⟦this⟧ »convjob«
job jaba 600 time 3 0 size 100000 , perm mini1 300 1 zz = set 1 mini1 scope user zz pp = pascal program convert(ind='yyy',ud='zz',output); var ch : char; ind,ud : text; (*$T-*) begin reset(ind); rewrite(ud); while not eof(ind) do begin ch := ind^; get(ind); if (ch >= 'A') and (ch <= 'Z') then ch := chr(ord(ch) + 32); write(ud,ch); end; end. pp finis «eof»