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 Pascal

loop with condition on the beginning
while condition
statements
end while
Keyword end you can find in: Visual Basic .NET


conditional statement
if condition then
statements1
end if
Keyword end you can find in: Basic FreeBASIC Visual Basic .NET


block statement
begin end;
Keyword end you can find in: Pascal Object Pascal Free Pascal



Languages: en hu cz sk