Skip to content

Instantly share code, notes, and snippets.

@ujihisa
Created December 19, 2011 20:23
Show Gist options
  • Save ujihisa/1498714 to your computer and use it in GitHub Desktop.
Save ujihisa/1498714 to your computer and use it in GitHub Desktop.
let x = char2nr(join(readfile('/dev/random', 'b', 1), '')[0]) % 3
if x == 0
echo "Ah?"
elseif x == 1
echo "Hm..."
else
echo "hard-to-speak-in-Vim-script!"
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment