Revision history for KeyPgDdFBVerMajor
Additions:
- ##[[KeyPgDdFBVerMinor|__FB_VER_MINOR__]]##
- ##[[KeyPgDdFBVerPatch|__FB_VER_PATCH__]]##
- ##[[KeyPgDdFBVerPatch|__FB_VER_PATCH__]]##
Deletions:
- ##[[KeyPgDdFBVerPatch __FB_VER_PATCH__]]##
Revision [16927]
Edited on 2013-08-30 11:21:31 by CountingPine [Formatting, add __FB_VER_PATCH__ to example]Additions:
##""__FB_VER_MAJOR__""## will return the major version of ""FreeBASIC"" currently being used. For example, the major version is 0 for ""FreeBASIC"" 0.90, and will remain 0 until ""FreeBASIC"" version 1.0 is released.
Dim fbPatchVersion As Integer
fbPatchVersion = __FB_VER_PATCH__
Print "Welcome to FreeBASIC " & fbMajorVersion & "." & fbMinorVersion & "." & fbPatchVersion
Dim fbPatchVersion As Integer
fbPatchVersion = __FB_VER_PATCH__
Print "Welcome to FreeBASIC " & fbMajorVersion & "." & fbMinorVersion & "." & fbPatchVersion
Deletions:
Print "Welcome to freebasic ";fbMajorVersion;".";fbMinorVersion
Revision [14297]
Edited on 2009-08-29 21:52:25 by CountingPine [Remove CamelCase links in "New to FreeBASIC"]Additions:
- New to ""FreeBASIC""