Skip to content

Instantly share code, notes, and snippets.

@xiaq
Last active March 23, 2023 18:49
Show Gist options
  • Save xiaq/657c5684f65e3875e24a870c743db042 to your computer and use it in GitHub Desktop.
Save xiaq/657c5684f65e3875e24a870c743db042 to your computer and use it in GitHub Desktop.

Code block using the elvish tag:

echo foo
each {|x| echo $x} [foo bar]

Code block using the elvish-transcript tag:

~> echo foo
~> each {|x| echo $x} [foo bar]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment