Comment #1 on issue 138 by emil.len... at ...626...: Bug with long constant declaration http://code.google.com/p/gambas/issues/detail?id=138 I cannot reproduce the bug. It works at it should for me. Public Const LowestLong As Long = -9223372036854775808 Public Sub Main() Print LowestLong End