Factorial: Difference between revisions

Content deleted Content added
Light (talk | contribs)
Light (talk | contribs)
m →‎{{header|Piet}}: whitespace
Line 1,234:
 
This is the text code. It is a bit difficult to write as there are some loops and loops doesn't really show well when I write it down as there is no way to explicitly write a loop in the language. I have tried to comment as best to show how it works
<lang>push 1
push 1
not
in(number)
Line 1,271 ⟶ 1,270:
pop // continues from pointer 2
out(number)
exit</lang>
</lang>
 
=={{header|PL/I}}==