rhai/examples/definitions/.rhai/definitions/general_kenobi.d.rhai
2022-07-26 22:38:40 +08:00

4 lines
121 B
JavaScript

module general_kenobi;
/// Returns a string where "hello there" is repeated `n` times.
fn hello_there(n: i64) -> String;