This repository has been archived on 2025-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nub-lang-archive/Nub.Lang/Nub.Lang/input/core/string/strcmp.nub
2025-01-28 17:37:09 +01:00

4 lines
65 B
Plaintext

namespace core;
extern func strcmp(a: String, b: String): bool;