DIM A$ A$ = There$("Hello") ? A$ FUNCTION There$(C$) FUNCTION = UCASE$(C$) & " There" END FUNCTION
DIM
=
(
"Hello"
)
FUNCTION
UCASE$
&
" There"
END