"""Builtins and native functions for SLS."""
def load_builtins():
"""Return a dict of builtin names to callables."""
return {
"print": print,
}