include
copies the code from the given file into the current code.
include "file-name"
include '@kaoscript/util'
By default, if the same file is included a second times, nothing will append.
include again
is to be used to include a file several times.
include again "file-name"