Skip to content

Instantly share code, notes, and snippets.

@leejo
Created March 15, 2017 15:13
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 leejo/3d89925ee262587939804677a5ff4f7f to your computer and use it in GitHub Desktop.
Save leejo/3d89925ee262587939804677a5ff4f7f to your computer and use it in GitHub Desktop.
is this how windows versioning works?
> perl6
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 @windows = 3, 95, 'xp', 'vista', 7 ... *;
[...]
> say $_ for @windows[0..20];
3
95
xp
vista
7
6
5
4
3
2
1
0
-1
-2
-3
-4
-5
-6
-7
-8
-9
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment