IdentificationDivision. Program-Id. p265. Author. "Stephen Cole Kleene". * "Introduction to Metamathematics" * p265 DataDivision. Working-StorageSection. * variables 77 b pic S9(8). 77 e pic S9(8). 77 p2 pic S9(8). LinkageSection. 77 p1 pic S9(8). 77 r pic S9(8). ProcedureDivisionusing p1 returning r. * this is a sample from author * h(b,c)=7 * f(0)=4 * f(b')=h(b,f(b)) * perform f move e to r goback.
f. if p1=0thenmove4to e else subtract1from b perform f add1to b move e to p2 perform h.
h. move7to e. End-Program p265.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.