Indented Code |
This topic details the AMDL syntax and semantics of indented code blocks.
TBD
A block of text indented four spaces or one tab.
An indented code block consisting of a single line shall be interpreted as a command block; otherwise, it shall be interpreted as a non-specific code block.
Inside a command block:
Command parameters may be specified using ordinary weak emphasis.
Command switches may be specified using ordinary strong emphasis.
Note |
---|
Spaces and tabs are invisible in most editors, which might lead to unexpected results. It is therefore more advisable to use Fenced Code for code blocks. |
XCOPY **/s** **/e** _sourceFileSpec_ _destFileSpec_
10 PRINT "Hello, Cruel World!" 20 GOTO 10
XCOPY /s /e sourceFileSpec destFileSpec
10 PRINT "Hello, Cruel World!" 20 GOTO 10
No command element exists in PM.
No inline formatting is allowed in PM indented code blocks.
Complete.