diff options
Diffstat (limited to 'test.sil')
-rw-r--r-- | test.sil | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ Int second(Int x, Int y) { - Int z; - z := x; + Int a, b; + a := x; x := y; - y := z; + y := a; return y; } |
![]() |
index : sil | |
Simple programming language, compiling to ABC |
aboutsummaryrefslogtreecommitdiff |