rhai/scripts/assignment.rhai

3 lines
21 B
Plaintext
Raw Normal View History

2017-12-21 12:28:59 +01:00
let x = 78;
2016-03-02 03:36:46 +01:00
print(x)