Skip to content

Commit

Permalink
Múltipla atribuição na declaração VAR
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderlan.anjos committed May 10, 2011
1 parent 21cfdc6 commit c383ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TestSuite/Test11.pas
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ interface
type
tyTest11 = ( ttTest11A = 1, ttTest11B = 2 );

var
A, B : string = 'x';

implementation

end.

0 comments on commit c383ded

Please sign in to comment.