|
|
Dealing with StringsYour programs can now declare objects of type "string"
Objects of type string can be input using the askwords function:
You can also use assignments between objects of type string, or literal strings:
You can display objects of type string with boxes:
Unfortunately, you cannot use strings with atlhetes: Sal.say(name) ... will not work. |