mirror of
https://github.com/Ed94/LangStudies.git
synced 2024-11-10 04:14:53 -08:00
5 lines
43 B
Plaintext
5 lines
43 B
Plaintext
|
// Single
|
||
|
x = 42;
|
||
|
|
||
|
// Chained
|
||
|
x = (y = 42);
|