kurz/std.qbl

12 lines
76 B
Plaintext
Raw Normal View History

2023-01-23 05:28:13 +01:00
function bool => str boolToStr
{
if
{
"true"
}
else
{
"false"
}
}