We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33370c3 commit 8415ab7Copy full SHA for 8415ab7
asm/counter.asm
@@ -6,6 +6,9 @@
6
; The counter counts how many time the routine
7
; count is called.
8
; Finally,the value is printed to the display.
9
+;
10
+; The example served for a discussion at Fortran-Lang:
11
+; https://fortran-lang.discourse.group/t/save-attribute-scope/8509/11?u=ivanpribec
12
13
main:
14
LD VA, 0 ; VA = 0
0 commit comments