macMikey / LCB-missing-manual

I'm trying to learn LCB, again, but the docs are thin.
MIT License
4 stars 4 forks source link

check type of var/coerce type of var #5

Closed macMikey closed 1 year ago

macMikey commented 1 year ago

e.g. is a number, as number (i think as number works)

bwmilby commented 1 year ago

empty and nothing do not take an article; all of the actual types take an article (a or an should work) per the docs.

bwmilby commented 1 year ago

format number/boolean as string to coerce those two data types to string You used to have to check true/false to be sure it was a boolean when coming from LCS to LCB but I think that now there is an actual boolean type on the LCS side that is no longer required.

bwmilby commented 1 year ago

I don't think the types include "not" versions. empty and nothing do include not as an option.