' FB 1.05.0 Win64
Dim i As Integer = 23
Dim s As String = "False"
Dim b As Boolean
b = i
Print b
b = CBool(s)
i = b
Print i
i = CInt(true)
Sleep