mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
9 lines
217 B
Text
9 lines
217 B
Text
# command: ["patch", "-", "a", "1"]
|
|
// Here we traverse the let expression (rather than let inside seq).
|
|
let a = 0;
|
|
null
|
|
|
|
# output:
|
|
// Here we traverse the let expression (rather than let inside seq).
|
|
let a = 1;
|
|
null
|