Skip to content

Instantly share code, notes, and snippets.

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 zoffixznet/46e1cc88d336de442e34e20ca5b56f15 to your computer and use it in GitHub Desktop.
Save zoffixznet/46e1cc88d336de442e34e20ca5b56f15 to your computer and use it in GitHub Desktop.
zoffix@leliana:~/CPANPRC/rakudo$ ./perl6-m
You may want to `panda install Readline` or `panda install Linenoise` or use rlwrap for a line editor
To exit type 'exit' or '^D'
> my $a; my $b; $b := $a;
(Any)
> $a = 42;
42
> say $bv
===SORRY!=== Error while compiling:
Variable '$bv' is not declared
------> say ⏏$bv
> say $b
42
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment