LET src$ = "Hello" LET dst$ = src$ LET src$ = " world..." PRINT dst$; src$ END