Comment #2 on issue 40 by a.al...@gmail.com: small error (Gambas3)
http://code.google.com/p/gambas/issues/detail?id=40
Thank you for your attention!
--
Free Software Download: Index, Search & Analyze Logs and other IT d
Updates:
Status: Invalid
Labels: -Version Version-TRUNK
Comment #1 on issue 40 by benoit.m...@gmail.com: small error (Gambas3)
http://code.google.com/p/gambas/issues/detail?id=40
PRINT internally uses the Str() function to convert its arguments,
so 'PRINT True' prints 'True' (or
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 40 by a.al...@gmail.com: small error (Gambas3)
http://code.google.com/p/gambas/issues/detail?id=40
1) Describe the problem.
sample:
Dim Var_bool As Boolean
Var_bool = True