rhai/examples/definitions/.rhai/definitions/general_kenobi.d.rhai
2022-09-08 10:53:55 +08:00

6 lines
143 B
JavaScript

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