kurz/std.qbl

12 lines
76 B
Plaintext

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