4 lines
136 B
Plaintext
4 lines
136 B
Plaintext
// test_datetime_tostring.nyash - DateTimeBox toString() test as mentioned in issue
|
|
local dt
|
|
dt = new DateTimeBox()
|
|
print(dt.toString()) |