Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created July 9, 2010 23:20
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 ingydotnet/470234 to your computer and use it in GitHub Desktop.
Save ingydotnet/470234 to your computer and use it in GitHub Desktop.
$value = "x y z";
say "> $value";
say ">> " ~ $value.WHAT;
$context.value = $value;
say ">>> " ~ $context.value;
----
> x y z
>> Str()
>>> !whatever_dispatch_helper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment