2-APL UPC project.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added handDealt

cyberslas f5537a04 8191ded8

+1 -1
+1 -1
code/2apl_platform/briscola_chiamata/dealer.2apl
··· 21 21 B( gethand(X, H, T) ); 22 22 B( assigned(To, P0) ); 23 23 send(P0, inform, givecards(H)); 24 - //@cardtable(cardDealt(H, P0)); 24 + @cardtable(handDealt(H, P0)); 25 25 dropgoal(deal(To)); 26 26 RemoveDeck(X); 27 27 AddDeck(T);