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
Release
LangStudies
/
Builds
/
Tests
/
5.Conditionals.uf
Ed94
9139914e40
Better dev env
2022-07-09 04:30:41 -04:00
8 lines
36 B
Plaintext
Raw
Permalink
Blame
History
if (x)
{
x = 1;
}
else
{
x = 2;
}
Reference in New Issue
View Git Blame
Copy Permalink