diff options
| author | Elena Bolshakova <lena-san@yandex-team.ru> | 2015-06-10 11:34:14 +0300 | 
|---|---|---|
| committer | Elena Bolshakova <lena-san@yandex-team.ru> | 2015-06-10 11:34:14 +0300 | 
| commit | 193f66553fc114e83e7c4cfb4607e4a1b57c4f09 (patch) | |
| tree | 30988e25d31ed6dff83cf409ad093c3c7ec9322c /visualbasic.html.markdown | |
| parent | 676568cca8731d0dbb2d2bdeff08cc092d283177 (diff) | |
| parent | 5086480a04d27cff2380f04609210082000538d4 (diff) | |
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
Diffstat (limited to 'visualbasic.html.markdown')
| -rw-r--r-- | visualbasic.html.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/visualbasic.html.markdown b/visualbasic.html.markdown index fbfa500d..00d61843 100644 --- a/visualbasic.html.markdown +++ b/visualbasic.html.markdown @@ -159,7 +159,7 @@ Module Module1          Console.Write(a.ToString() + " - " + b.ToString())          Console.WriteLine(" = " + e.ToString.PadLeft(3))          Console.Write(a.ToString() + " / " + b.ToString()) -        Console.WriteLine(" = " + e.ToString.PadLeft(3)) +        Console.WriteLine(" = " + f.ToString.PadLeft(3))          Console.ReadLine()      End Sub @@ -189,7 +189,7 @@ Module Module1              Console.Write(a.ToString() + " - " + b.ToString())              Console.WriteLine(" = " + e.ToString.PadLeft(3))              Console.Write(a.ToString() + " / " + b.ToString()) -            Console.WriteLine(" = " + e.ToString.PadLeft(3)) +            Console.WriteLine(" = " + f.ToString.PadLeft(3))              Console.ReadLine()              'Ask the question, does the user wish to continue? Unfortunately it              'is case sensitive.  | 
