Content deleted Content added
→Syntax: Added the `While...End While Statement` to the list of loop structures. See: https://learn.microsoft.com/en-us/dotnet/visual-basic/language-reference/statements/while-end-while-statement |
HeyElliott (talk | contribs) |
||
Line 70:
</syntaxhighlight>
This is a module definition. Modules are a division of code, which can contain any kind of object, like constants or variables, functions or methods, or classes, but can
<syntaxhighlight lang="vbnet">
Sub Main()
|