mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-06-14 19:11:46 -07:00
BAPFS Lecture 10
This commit is contained in:
@ -5,4 +5,24 @@ if (x)
|
||||
else
|
||||
{
|
||||
x = 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if ( y )
|
||||
{
|
||||
x = 2;
|
||||
}
|
||||
|
||||
if (a)
|
||||
b = 1;
|
||||
|
||||
if (a)
|
||||
if (b)
|
||||
|
||||
if (c)
|
||||
if (d)
|
||||
{}
|
||||
else
|
||||
{}
|
||||
else
|
||||
{}
|
||||
|
@ -1 +1,6 @@
|
||||
x > 0;
|
||||
x > 0;
|
||||
|
||||
x + 2 > 5;
|
||||
|
||||
y >= 4;
|
||||
z <= 7;
|
Reference in New Issue
Block a user