TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"W. Wesley Groleau x4923" <[log in to unmask]>
Reply To:
W. Wesley Groleau x4923
Date:
Fri, 25 Jun 1999 16:30:06 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (11 lines)
> How do you swap two values of two seperate variables without declaring a
>  temp variable?

1. Write a Stack package.

2. Push first variable on the stack.

3. Assign second variable to first variable.

4. Pop first variable off the stack.

ATOM RSS1 RSS2