We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Compile to C from file program.psc to program.c
program.psc
program.c
psdc c program.psc -o program.c
The first argument (c) indicates the target language. It is mandatory. As of now, only C is supported.
c
There was an error while loading. Please reload this page.