spl/rust-test.spl
2023-08-04 23:40:24 +02:00

16 lines
200 B
Text

func main { |
1 rusty-test _str println
0
}
func sply-test { mega |
1
}
func rusty-test @rust !{
println!("hii");
let v = #pop:Mega#;
#call(sply-test)#
let v2 = #pop:Mega#;
#push(v + v2)#
}