required at the beginning of the continuation line. (see :h vim9-line-continuation) ◦ In addition to arrays and dictionaries, function arguments, method chains using -> and . no longer require continuation. • All functions are defined script local. (see :h vim9script) ◦ Functions declared using export or import can be called from outside. • Object-oriented programming is now possible with the addition of class. ◦ Since you can use abstract class and interface class, you can create various objects. • Classes and functions can now be compiled, and execution speed can be expected to be improved by 10 to 100 times. (see :h Vim9-script) ◦ Functions and classes that are called externally can be compiled with defcompile. (see :h :defcompile)