This website requires JavaScript.
Explore
Help
Sign In
ed
/
LangStudies
Watch
1
Star
0
Fork
0
You've already forked LangStudies
mirror of
https://github.com/Ed94/LangStudies.git
synced
2024-11-10 04:14:53 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d48610d5b8
LangStudies
/
Builds
/
Tests
/
6.Conditionals.letter
29 lines
130 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Made a UI for results, BAPFS - Lecture 4, 5, and 6 done.
2022-07-08 23:57:00 -07:00
if (x)
{
x = 1;
}
else
{
x = 2;
BAPFS Lecture 10
2022-07-10 20:59:43 -07:00
}
if ( y )
{
x = 2;
}
if (a)
b = 1;
if (a)
if (b)
if (c)
if (d)
{}
else
{}
else
{}
Reference in New Issue
Copy Permalink