0
Anonymous
I assume you are saying pseudocode, which in that case are words in plain language with the aim to explain the code of a program or algorithm.
If that's not what you meant, then sorry to disappoint.
Arrold Terrace ∙
You can use any text editor; or a pen and paper.The whole point of pseudocode is that there are no strict rules (as in real computer languages). The most important thing is that it is understandable for humans, what steps you want to execute.