Ticket #1404: ch03_basic_syntax.patch

File ch03_basic_syntax.patch, 0.5 KB (added by aardvark, 12 years ago)
  • docs/book/pir/ch03_basic_syntax.

    old new  
    176176PIR also has named variables; the C<.local> 
    177177directive declares them. As with register variables, there are four valid types: 
    178178C<int>, C<num>, C<string>, and C<pmc>. You I<must> declare named variables;  
    179 otherwise they behave exactly the same as register variables. 
     179once declared, they behave exactly the same as register variables. 
    180180 
    181181=begin PIR_FRAGMENT 
    182182