This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
rhaj/rhai_engine/rhaiexamples/definitions/.rhai/definitions/general_kenobi.d.rhai
2025-04-19 08:10:30 +02:00

6 lines
143 B
Plaintext

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