table of contents
other versions
- wheezy-backports 2.6.4+dfsg-4~bpo70+1
- jessie 2.6.4+dfsg-4
| ifpc(1) | Instant pascal code interpreter | ifpc(1) |
NAME¶
ifpc - The Free Pascal Interpreter.SYNOPSIS¶
ifpc [ -h] [-v] [compiler options] <source file> [ program parameters]DESCRIPTION¶
ifpc This is a pascal code interpreter program. It compiles source and runs thegenerated program.
USAGE¶
ifpc takes the following arguments:- -h
- Prints this help message and exit.
- -v
- Prints version and exit.
- --get-cache
- Prints current cache directory and exit.
- --set-cache=<path to cache>
- Set the cache to be used. Otherwise using environment variable INSTANTFPCCACHE.
- --compiler=<path to compiler>
- Normally fpc is searched in PATH and used as compiler.
- --skip-run
- Do not execute the program. Useful to test if script compiles
- -B
- Always recompile.
SEE ALSO¶
- fpc(1)
| 18 May 2013 | Free Pascal |