rhai/examples/assignment.rhai

3 lines
20 B
Plaintext
Raw Normal View History

2016-03-02 03:36:46 +01:00
var x = 78
print(x)