All
Keyword end
Keyword end can be: loop with condition on the beginning, conditional statement, block statement. Keyword end we can find in languages: Visual Basic .NET, Basic, FreeBASIC, Pascal, Object Pascal, Free Pascalloop with condition on the beginningKeyword end you can find in: Visual Basic .NET
while condition
statements
end while
conditional statementKeyword end you can find in: Basic FreeBASIC Visual Basic .NET
if condition then
statements1
end if