Open dsherret opened 5 years ago
Pretty sure this won't work properly right now since it converts to a number then back to a string:
nameof(5646.64); nameof(0o10); // should output "5646.64" "0o10"
Not that anyone would be doing this....
Pretty sure this won't work properly right now since it converts to a number then back to a string:
Not that anyone would be doing this....