Temat: Niesławe goto
declare @i int=1 start: print @i set @i=@i+1 if(@i<=10) goto start
powered by sw