LangStudies/Editor/Tests/4.Assignment.uf

5 lines
43 B
Plaintext

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