0 Members and 4 Guests are viewing this topic.
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.
Program:TESTSRC.prgmHEADERDiagnosticsOff.and the rest of the code...Program:HEADERTEST "A little test prog" [8142241818244281]
:.TEST -T MOS -I [123...DEF] -D This is a description
:.TEST -D This is a description -I [123...DEF] -T MOS
Program:TESTSRC.HEADER prgmDiagnosticsOff.and the rest of the code...Program:HEADERTEST "A little test prog" [8142241818244281]
:.RECFACT::.Find 6 factorial:Disp sub(F,6)>Dec:Return::.FACTORIAL:Lbl F:!If r1: 1: Return:End:r1*sub(F,r1-1):Return