Created
May 8, 2014 12:47
-
-
Save daiksy/71aa1e08c2e8823a758a to your computer and use it in GitHub Desktop.
https://twitter.com/chomado/status/464381263978041345 の指摘に従って実装してみた。
This file contains 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 い As Integer | |
For い = 0 To 5 | |
'ループ内の処理 | |
Next い | |
Dim ろ As Integer | |
For ろ = 0 To 5 | |
'ループ内の処理 | |
Next ろ | |
Dim は As Integer | |
For は = 0 To 5 | |
'ループ内の処理 | |
Next は |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment