Loops/Downward for: Difference between revisions

Content deleted Content added
Rahul (talk | contribs)
Rahul (talk | contribs)
Line 52:
does not use GNU extensions
 
[] Sps. is a comment
 
c clears the stack
 
[~...]p Sps. to print strings
 
l<register>x executes the macro
Line 64:
c
[macro s(swap) - (a b : b a)] Sps.
[Sa Sb La Lb] ss
[macro d(2dup) - (a b : a b a b)] Sps.
[Sa d Sb La d Lb lsx] sd
[macro m(for) - ] Sps.
[lfx 1 - ldx !<m ] sm