MyProject Exercise
Start Quantum again and reproduce what you see in the Quantum session below.
In this increment, you will create your very own
"MyProject". In the session above, you first make a personal copy of Quantum's file
"~\\Demo\\HelloDemo.q"
which you name
"MyProject.q". Use
Emacs
to replace all occurrences of "Hello" by "MyProject" in your new file MyProject.q.
"Save" your changes,
Load
your file, then evaluate
(MyProjectDemo)
. If you are successful, you should see a
"MyProject Demo"
window open up proudly displaying the text
"MyProject!".
|