public static forName(name as String) as Type:
Loads a class by its fully qualified name using the system loader.
Resolution follows the runtime class search order documented on ClassLoader: standard library, startup source directory, explicit -kp/--klasspath roots, $KLASSPATH, then current working directory.