Help for this page
bash-2.05b$ cat float.c #include <stdio.h> ... bash-2.05b$ gcc -o float float.c bash-2.05b$ ./float true
bash-2.05b$ cat float.py #!/usr/bin/python ... print "false" bash-2.05b$ ./float.py false