LangStudies/Builds/Tests/4.Assignment.uf
2022-07-09 04:30:41 -04:00

5 lines
43 B
Plaintext

// Single
x = 42;
// Chained
x = (y = 42);