@strict
    retard 
    re at tard.com.invalid
       
    Sun Feb 14 18:06:04 PST 2010
    
    
  
Sun, 14 Feb 2010 10:47:55 -0500, bearophile wrote:
> @in int y;
> @in z;
> @out k;
> @inout w;
> @strict int foo(int x) {
>   // ... code
> }
> 
> 
> @strict int foo(int x) {
>   @strict_in int y;
>   @strictl_in z;
>   @strict_out k;
>   @strict_inout w;
>   // ... code
> }
> 
> 
> @strict int foo(int x) {
>   @nonlocal_in int y
>   @nonlocal_in z
>   @nonlocal_out k
>   @nonlocal_inout w
>   // ... code
> }
This kind of code is just unreadable. It's so bad it might be a joke as 
well..
    
    
More information about the Digitalmars-d
mailing list