mu/tutorial/task6.mu

7 lines
103 B
Forth

fn main {
var m: int
var r/edx: int <- copy 0
# insert a single statement below
copy-to r, 3
}