LangStudies/Builds/Tests/5.Conditionals.uf
2022-07-09 04:30:41 -04:00

8 lines
36 B
Plaintext

if (x)
{
x = 1;
}
else
{
x = 2;
}