File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -592,11 +592,11 @@ Notes:
592592 purposes.
593593
594594Example invocations (illustrative):
595- - File mode: 'interpreter program.asm '
596- - Source-string mode: 'interpreter -source "foo = INPUT\nPRINT(foo)"
595+ - File mode: 'asmln program.asmln '
596+ - Source-string mode: 'asmln -source "foo = INPUT\nPRINT(foo)"
597597 -verbose'
598598
599- - REPL / Interactive mode: 'interpreter ' (no program argument)
599+ - REPL / Interactive mode: 'asmln ' (no program argument)
600600
601601REPL (Interactive Mode)
602602-----------------------
@@ -636,7 +636,7 @@ semantics as file-mode execution. The following rules describe REPL behaviour:
636636 available.
637637
638638Notes and examples:
639- - Start REPL: 'interpreter '
639+ - Start REPL: 'asmln '
640640- Exit via meta-command: type '.exit' or press Ctrl-D (EOF)
641641- Exit programmatically: 'EXIT()' — this immediately terminates the
642642 interpreter and returns the specified exit code to the shell, just like in
@@ -834,7 +834,7 @@ Host and environment information:
834834 call takes no arguments and returns a STR.
835835
836836Control / Function / Statement Signatures (statement position)
837- - Assignment: 'TYPE ; identifier = expression' on first use; subsequent
837+ - Assignment: 'TYPE : identifier = expression' on first use; subsequent
838838 assignments omit TYPE but must match the original type
839839- Block: '[ statement1 ... statementN ]' or '{ statement1 ... statementN }'
840840- 'IF(condition)[ block ]'
You can’t perform that action at this time.
0 commit comments