Help for this page
#! /usr/bin/env raku use v6; ... my $var := cglobal('Kernel32', 'HKEY_LOCAL_MACHINE', int32); say $var;