RosettaCodeData/Task/Variables/Diego/variables-10.diego
2023-07-01 13:44:08 -04:00

4 lines
164 B
Text

add_str(bobName)_value(Bob);
alert_human(bob)_msg(Hi [bobName]); // Hi Bob
alert_human(fred)_msg(Hi [fredName])_str(fredName)_value(Freddy); // Hi Freddy