mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 17:26:55 +08:00
5 lines
56 B
ChaiScript
5 lines
56 B
ChaiScript
var i;
|
|
print(i.is_undef());
|
|
i = 5;
|
|
print(i.is_undef());
|