mu/ex8.mu

7 lines
103 B
Forth

# Demo of floating-point
fn main {
var n/eax: int <- copy 0
var result/xmm0: float <- convert n
}