include Scriptablex = 'Hello'y = 'world'javascript <<JSz = 'multilanguage'println(x + ', ' + z + ' ' + y)JS# => "Hello, multilanguage world!"