mu/ex8.mu

7 lines
103 B
Forth
Raw Normal View History

2021-02-11 08:12:08 +00:00
# Demo of floating-point
fn main {
var n/eax: int <- copy 0
var result/xmm0: float <- convert n
}