on goModule moduleName
  put pile(moduleName) into theStack
  if there is a stack theStack then
    pushCard
    go to stack theStack
    adjustCheckMarks
  end if
end goModule