Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By Electroguard
#46989 A rainy day thought...

A lot - no, ALL - functionality is version specific, so if a ver() function was available it could be used at the start of scripts to flag up and prevent scripts being run on inappropriate versions, ie:

if ver() < "A21" print "This script requires A21 or later for IR functionality".
User avatar
By Mmiscool
#47016 This can be added relatively easily. There will be a new build tonight and i will see about adding it.
User avatar
By Mmiscool
#47023 This has been added in the new build

version():
Will return the version string for the basic interpreter build.
version()