a-z to
uppercase A-Z)
before processing them. Use the
PARSE ARG instruction if you do not want uppercase translation./* String passed is "Easy Rider" */
Arg adjective noun .
/* Now: ADJECTIVE contains "EASY" */
/* NOUN contains "RIDER" */
/* Function is called by FRED("data X",1,5) */
Fred: Arg string, num1, num2
/* Now: STRING contains "DATA X" */
/* NUM1 contains "1" */
/* NUM2 contains "5" */