Sync
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
@native @inline
|
||||
@expr(say (&a: String) (b: i32) times)
|
||||
fn say_something(&a: String, b: i32) -> Pack<String,i32> {
|
||||
for index in 0..b {
|
||||
a += a
|
||||
}
|
||||
return {a,b}
|
||||
}
|
||||
*/
|
||||
println("where the huzz")
|
||||
Reference in New Issue
Block a user