rhai/scripts/function_decl1.rhai

6 lines
33 B
Plaintext
Raw Normal View History

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