Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
VB.NET: Functions aren't required to return a value
'Rextester.Program.Main is the entry point for your code. Don't change it. 'Compiler version 11.0.50709.17929 for Microsoft (R) .NET Framework 4.5 Imports System Imports System.Collections.Generic Imports System.Linq Imports System.Text.RegularExpressions Namespace Rextester Public Module Program Public Sub Main(args() As string) 'Your code goes here Console.WriteLine(IsItTrue().ToString()) End Sub public Function IsItTrue() as Boolean dim b as Boolean b = true 'return b ' TOTALLY, UNBELIEVABLY OPTIONAL. WHY ISN'T THIS A COMPILE ERROR??? 'IsItTrue = b End Function End Module End Namespace
run
|
edit
|
history
|
help
0
Declaração de Variaveis
CAI Visual Basic - Ej Elecciones
wunder
"No Fear Shakespeare" sonnet of the day ... (doy modulo 154)+1
No fear Shakespeare - sonnet of the day
Reed Solomon error correction (success)
exercicio A
ok
VB checking whether a date is between 2 dates
DateTime.ParseExact