Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 13, 2018 00:49
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 Whateverable/43d6f994a109693df38ebd6e8a3cd91f to your computer and use it in GitHub Desktop.
Save Whateverable/43d6f994a109693df38ebd6e8a3cd91f to your computer and use it in GitHub Desktop.
evalable6
$text = "line 1\nline 2\nline 3\n"; say [$text.chomp.split("\n")]
(exit code 1)
===SORRY!=== Error while compiling /tmp/ZLVP61mA3o
Variable '$text' is not declared. Did you mean '&next'?
at /tmp/ZLVP61mA3o:1
------> <BOL>⏏$text = "line 1\nline 2\nline 3\n"; say
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment