BBC Bitesize Pseudo-Code Website - Click Here
Pseudo-code is another way to develop an algorithm
Pseudo-code is used to program and design computer resources. For example:
Else, End For, End If, End While, For, If, Input, Output, Repeat, Return, Then and While.
These can be used in flow charts and sequences for if a scenario happens it can decide which output or process to choose based on the situation.
You can put comments on pieces of code that will not be put into the process by putting // before it or #.
Eg. #some text.