Last active
July 12, 2021 22:07
-
-
Save jz5/a21cd8ae6e5f2210ee18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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