7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
1: func : test
|
|
2: $t0 = 3
|
|
3: x = $t0
|
|
4: $t1 = -x
|
|
5: y = $t1
|
|
6: return : y
|