Welcome to the fpconsole wiki!
Follow below headers to find the perfect help or look into the sidebar beside to quickly got what you need.
FPConsole is a tool that helps you directly write codes and get output with the Free Pascal Compiler (you can download it here). In other words, it is a debugging tool.
To make it easy, you can directly compile code as the argument or write it in a file. If that's not enough, go have a look at Feature
Use
./fpconsole -f [Any File with any Extension]
Then use
./fpconsole -fs [Any File with .pas Extension]instead.
You can review the code in %TMP%\FPConsole folder as we use it for your storing your code locally. Usually it will automatically be cleared except there is an error or an infinite loop and the program exited improperly. You can clear Temp folder remotely with
./fpconsole -c.
Release: 1.3 | Working: 1.5 (We haven't release this yet so keep waiting)
Type in
./fpconsole -hin Command Prompt or Terminal.