rhai/scripts/assignment.rhai

6 lines
50 B
Plaintext
Raw Normal View History

2020-05-02 16:23:36 +08:00
print("x should be 78:");
2017-12-21 12:28:59 +01:00
let x = 78;
2021-04-09 22:48:47 +08:00
2020-03-16 14:50:12 +08:00
print(x);