String interpolation (included): Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 693: Line 693:
x$ = "little"
x$ = "little"
PRINT USING "Mary also had a & lamb"; x$
PRINT USING "Mary also had a & lamb"; x$
' this code above doesn't modify the first string subsustituting a piece od it with another string
' this code above doesn't modify the first string subsustituting a piece of it with another string
'surely it gives the right output on the screen</lang>
'surely it gives the right output on the screen</lang>