:yell "...Load example file" 
:load expl/Examples.hs
:y "...setting dumpLog to TRUE"
:s +dumpLog
:y "...setting logging directory to ."
:s dumpDir="."
:y "...generalise and test 'reversE'"
:g reversE; :test reversE on "reversE [1,2,3,4,5,6,7,8]"
:y "...stop dumping logs"
:s -dumpLog
:y "...generalise 'swap'"
:g swap
:y "That's all! Enjoy yourself playing with Igor2."
:y "Type :h if you need further help!"

