Introspection
Output:
Obviously Raku doesn't maintain a lot of global integer variables... :-)
Nevertheless, you can use similar code to access all the variables in any package you like, such as the GLOBAL package, which typically has absolutely nothing in it. Since the PROCESS package is even more global than GLOBAL, we used that instead. Go figure...
Last updated