![]() |
syspackCompiler
Return the compiler used to compile the current loaded syspack library
Prototype :
fun [] S
Return : S the compiler.
See also
Example
fun main ()=
_showconsole;
_fooS syspackCompiler; // GNU GCC 4.4.1
0;;
![]() |
Return the compiler used to compile the current loaded syspack library
fun [] S
Return : S the compiler.
fun main ()=
_showconsole;
_fooS syspackCompiler; // GNU GCC 4.4.1
0;;