[go: up one dir, main page]

0% found this document useful (0 votes)
18 views1 page

First Follow STMT While - Begin End Stmts End Exp Id Do

This document describes a while loop structure with an expression, begin, statements, and end components. The while loop will repeatedly execute the statements between begin and end as long as the expression evaluates to true, terminating when it becomes false. Individual statements within the loop block are separated by semicolons.

Uploaded by

Mansoor Qaisrani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

First Follow STMT While - Begin End Stmts End Exp Id Do

This document describes a while loop structure with an expression, begin, statements, and end components. The while loop will repeatedly execute the statements between begin and end as long as the expression evaluates to true, terminating when it becomes false. Individual statements within the loop block are separated by semicolons.

Uploaded by

Mansoor Qaisrani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

First Follow

Stmt While.begin End


Stmts ; End
Exp id do

While Do Begins End ; Id $


Stmt While exp Begin
do sstmts stmts end
Stmts Null ;stmts
Exp id

You might also like