next up previous
Next: Step-by-step evaluation Up: The Frightened Freshers Guide Previous: Doing something with our

Importing other modules

If your program gets to be very, very long then you will probably want to break it down into several files. You can import modules into your program using import. The example below shows loading a module called Pictures.
\begin{lstlisting}
import Pictures
\end{lstlisting}



Tom Carlson 2006-04-11