From 3ff2fe607c2cb5690d201d3b83ddcc957e949b7a Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 9 Nov 2021 09:23:31 -0800 Subject: . --- html/linux/apps/factorial4.subx.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/linux/apps/factorial4.subx.html') diff --git a/html/linux/apps/factorial4.subx.html b/html/linux/apps/factorial4.subx.html index 879a7a44..223e3ee0 100644 --- a/html/linux/apps/factorial4.subx.html +++ b/html/linux/apps/factorial4.subx.html @@ -14,13 +14,13 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background- body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } +.SpecialChar { color: #d70000; } .subxComment { color: #005faf; } +.subxS1Comment { color: #0000af; } .LineNr { } +.subxTest { color: #5f8700; } .subxFunction { color: #af5f00; text-decoration: underline; } -.subxS1Comment { color: #0000af; } -.SpecialChar { color: #d70000; } .Constant { color: #008787; } -.subxTest { color: #5f8700; } --> @@ -64,14 +64,14 @@ if ('onhashchange' in window) { 6 # control flow 7 # 8 # To run: - 9 # $ ./translate_subx init.linux [01]*.subx apps/factorial4.subx -o factorial -10 # $ bootstrap/bootstrap run factorial + 9 # $ ./translate_subx init.linux [01]*.subx apps/factorial4.subx +10 # $ ./a.elf 11 # Expected result: 12 # $ echo $? 13 # 120 14 # 15 # You can also run the automated test suite: -16 # $ bootstrap/bootstrap run factorial test +16 # $ ./a.elf test 17 # Expected output: 18 # ........ 19 # Every '.' indicates a passing test. Failing tests get a 'F'. -- cgit 1.4.1-2-gfad0