// Syntaxfinal coflutter = 'Coflutter'; print('Hello ${coflutter}. Your name has ${coflutter.length} characters.'); // Hello Coflutter. Your name has 9 characters.