Update TEMPLATE.md

patch-1
Mr-Un1k0d3r 2016-09-23 10:27:40 -04:00 committed by GitHub
parent 18fcc0189e
commit 6d6a19ca60
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ This mean that everytime one of these keyword is found it will be replace with r
``` ```
Function func1(var1 As String) As String Function func1(var1 As String) As String
Dim var2 As String Dim var2 As String
Dim int1 As String Dim int1 As Integer
int1 = [SMALLINT] int1 = [SMALLINT]
If (var2 = var1) Then If (var2 = var1) Then
func1 = "cond1" func1 = "cond1"