Help for this page

Select Code to Download


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