LangStudies/Builds/Tests/6.Conditionals.uf
2022-07-10 21:53:55 -04:00

8 lines
36 B
Plaintext

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