Skip to content

Instantly share code, notes, and snippets.

@coke

coke/date.raku Secret

Created January 12, 2023 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coke/337ac40624575769f6363f88ec72b035 to your computer and use it in GitHub Desktop.
Save coke/337ac40624575769f6363f88ec72b035 to your computer and use it in GitHub Desktop.
my $qast = QAST::Op.new(
:op('callmethod'),
:name('new'),
QAST::WVal.new( :value(Date) ),
QAST::IVal.new( :value(2023) ),
QAST::IVal.new( :value(1) ),
QAST::IVal.new( :value(1) )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment