rhai/scripts/function_decl1.rhai

6 lines
33 B
Plaintext
Raw Normal View History

2016-03-02 03:36:46 +01:00
fn bob() {
3
}
print(bob())