From 6cc36cb0902f1b29424b6e52b8ddfaea68c88563 Mon Sep 17 00:00:00 2001 From: ven Date: Thu, 1 Dec 2016 15:19:08 +0100 Subject: [PATCH] fix #2589 --- visualbasic.html.markdown | 8 -------- 1 file changed, 8 deletions(-) diff --git a/visualbasic.html.markdown b/visualbasic.html.markdown index 0371e6f6..f081b907 100644 --- a/visualbasic.html.markdown +++ b/visualbasic.html.markdown @@ -272,11 +272,3 @@ Module Module1 End Module ``` - -## References - -I learnt Visual Basic in the console application. It allowed me to understand the principles of computer programming to go on to learn other programming languages easily. - -I created a more indepth Visual Basic tutorial for those who would like to learn more. - -The entire syntax is valid. Copy the and paste in to the Visual Basic compiler and run (F5) the program.