Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 1, 2020 15:21
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/16d9f47b4a08cd3214995eeb332d07b3 to your computer and use it in GitHub Desktop.
Save Whateverable/16d9f47b4a08cd3214995eeb332d07b3 to your computer and use it in GitHub Desktop.
evalable6
@lines = [ 'name = aa; age = 10', 'name = cc; age = 11', 'name = bb; age = 12']; @lines.sort
(exit code 1)
===SORRY!=== Error while compiling /tmp/pVLLCKHlWf
Variable '@lines' is not declared. Did you mean '&lines'?
at /tmp/pVLLCKHlWf:1
------> <BOL>⏏@lines = [ 'name = aa; age = 10', 'name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment