diff options
author | Jonathan Scott Duff <duff@pobox.com> | 2015-06-25 22:58:56 -0500 |
---|---|---|
committer | Jonathan Scott Duff <duff@pobox.com> | 2015-06-25 22:58:56 -0500 |
commit | 2162639cd901a81a24eb4a566ba5108da87634cf (patch) | |
tree | 3bef6c762bcc04609e0a6cb219c3c169e5aa5748 /visualbasic.html.markdown | |
parent | 041064416115985ef336babe6ef7dbac726327fa (diff) | |
parent | ef771384ae672e341ec309cf71cf372143607892 (diff) |
Merge remote-tracking branch 'upstream/master'
Conflicts:
perl6.html.markdown
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. |