Posts Tagged ‘constant’

constant – Perl pragma to declare constants
USAGE
use constant PI => 4 * atan2(1, 1);
use constant DEBUG => 0;

print “Pi [...]

Thursday, August 27th, 2009 at 01:58 | Comments Off
Categories: c
Tags: ,
TOP