This repository has been archived on 2025-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
kurz/std.qbl
2023-01-23 05:28:13 +01:00

12 lines
76 B
Plaintext

function bool => str boolToStr
{
if
{
"true"
}
else
{
"false"
}
}