LangStudies/Builds/Tests/4.Assignment.uf

5 lines
43 B
Plaintext
Raw Normal View History

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