Skip to content

Instantly share code, notes, and snippets.

@jz5
Last active July 12, 2021 22:07
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 jz5/a21cd8ae6e5f2210ee18 to your computer and use it in GitHub Desktop.
Save jz5/a21cd8ae6e5f2210ee18 to your computer and use it in GitHub Desktop.
Dim cd = From i In {"ィ", "ィー", "イー", "ー", "イ"}
From a In {"ア", "ァ", "ワ", "ヮ"}
From o In {"ー", ""}
From sa In {"サ", "シャ"}
Select "シ" & i & "ク" & a & o & sa & "ー"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment