Skip to content

Commit ee7d610

Browse files
authored
Fix formatting oopsie
1 parent 8556fdf commit ee7d610

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

doc/spin.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -677,16 +677,6 @@ Available conditional compilation directives are: `if`, `elseif`, `else`, and `e
677677
Within a DAT section it is possible to declare a "namespace" within which
678678
labels can be declared with the same name as labels in other namespaces.
679679
For example:
680-
```
681-
DAT
682-
orgh
683-
a long $100 ' declares a in default (global) namespace
684-
%namesp x ' switch to new namespace
685-
a long $200 ' new label a inside namespace x; does not conflict with global
686-
%namesp ' return to default namespace
687-
c
688-
long @@@a ' refers to a in global namespace
689-
long @@@x.a ' refers to a in namespace x
690680
```
691681
DAT
692682
orgh

0 commit comments

Comments
 (0)