Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created February 4, 2024 21:29
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 gfldex/57f83bae44e995760801900c971d7eed to your computer and use it in GitHub Desktop.
Save gfldex/57f83bae44e995760801900c971d7eed to your computer and use it in GitHub Desktop.
my \a = (42 & 42).defined;
dd a;
my \b = (42 & 42).Str;
dd b;
@gfldex
Copy link
Author

gfldex commented Feb 4, 2024

Bool::True
all("42", "42")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment