Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    float myVarB = 1.0;
    
    float4 myVarC = {1,0,0,1};
    
  2. or download this
    $VAR1 = {
              'myVarA' => {
    ...
                            'type' => 'float'
                          }
            };