Function Signature -- Examples
nExamples:
nint Increment(int n);
nint Max(int x, int y);
nvoid DrawLine(short x1, short y1, short x2, short y2);
nvoid means nothing will be returned by the function.